xiongzhu пре 4 година
родитељ
комит
eeada26bf5
2 измењених фајлова са 5 додато и 1 уклоњено
  1. BIN
      jar/bcpkix-jdk15on-1.68.jar
  2. 5 1
      o2server/x_processplatform_assemble_surface/pom.xml

BIN
jar/bcpkix-jdk15on-1.68.jar


+ 5 - 1
o2server/x_processplatform_assemble_surface/pom.xml

@@ -90,7 +90,11 @@
 			<artifactId>bcprov-jdk15on</artifactId>
 			<version>1.68</version>
 		</dependency>
-
+		<dependency>
+			<groupId>org.bouncycastle</groupId>
+			<artifactId>bcprov-jdk15on</artifactId>
+			<version>1.68</version>
+		</dependency>
 	</dependencies>
 	<build>
 		<plugins>