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>