Browse Source

新增加密jar包

zhouy 2 years ago
parent
commit
9c6444a4bc

BIN
report/lib/com/uas/report/bouncycastle/1.0.0/bouncycastle-1.0.0.jar


+ 9 - 0
report/lib/com/uas/report/bouncycastle/1.0.0/bouncycastle-1.0.0.pom

@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.uas.report</groupId>
+  <artifactId>bouncycastle</artifactId>
+  <version>1.0.0</version>
+  <description>Artifactory auto generated POM</description>
+</project>

+ 6 - 0
report/pom.xml

@@ -176,6 +176,12 @@
 			<version>1.0.0</version>
 		</dependency>
 
+		<dependency>
+			<groupId>com.uas.report</groupId>
+			<artifactId>bouncycastle</artifactId>
+			<version>1.0.0</version>
+		</dependency>
+
 		<!-- 文件上传 -->
 		<dependency>
 			<groupId>commons-fileupload</groupId>