diff --git a/pom.xml b/pom.xml
index 2237fbb4..5c0c9667 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
2.3.0
3.0.19
4.40.33.ALL
+ 1.60
@@ -314,6 +315,17 @@
${huifu-new.version}
+
+ org.bouncycastle
+ bcprov-jdk15on
+ ${bouncycastle.version}
+
+
+ org.bouncycastle
+ bcpkix-jdk15on
+ ${bouncycastle.version}
+
+
@@ -393,6 +405,17 @@
${project.build.sourceEncoding}
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+
+ UTF-8
+
+ pfx
+ cer
+
+
+