| commit | df930e835db60f3e46908b8f931b13c03b5b1a24 | [log] [tgz] |
|---|---|---|
| author | Ed Merks <ed.merks@gmail.com> | Fri May 05 09:16:53 2023 +0200 |
| committer | Ed Merks <ed.merks@gmail.com> | Fri May 05 09:16:53 2023 +0200 |
| tree | 2303af94955575d2455b83a1d9b839e587ff4092 | |
| parent | 2ecbaabaaca08aa4e9601fcaa1c3177b1907a880 [diff] |
Force sign the additional bouncy castle bundles
diff --git a/maven/site-minimal/pom.xml b/maven/site-minimal/pom.xml index 3e6d620..3bc543c 100644 --- a/maven/site-minimal/pom.xml +++ b/maven/site-minimal/pom.xml
@@ -46,7 +46,9 @@ <skipIfJarsigned>true</skipIfJarsigned> <forceSignature> <bundle>bcpg</bundle> + <bundle>bcpkix</bundle> <bundle>bcprov</bundle> + <bundle>bcutil</bundle> </forceSignature> </configuration> <executions>