|
|
@@ -70,11 +70,10 @@
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
-
|
|
|
<dependency>
|
|
|
- <groupId>org.bouncycastle</groupId>
|
|
|
- <artifactId>bcprov-jdk15on</artifactId>
|
|
|
- <version>1.58</version>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>commons-lang3</artifactId>
|
|
|
+ <version>3.1</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -83,18 +82,18 @@
|
|
|
<version>1.10</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>net.sf.json-lib</groupId>
|
|
|
- <artifactId>json-lib</artifactId>
|
|
|
- <version>2.4</version>
|
|
|
- <classifier>jdk15</classifier>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
- <artifactId>commons-lang3</artifactId>
|
|
|
- <version>3.1</version>
|
|
|
- </dependency>
|
|
|
+ <!--<dependency>-->
|
|
|
+ <!--<groupId>org.bouncycastle</groupId>-->
|
|
|
+ <!--<artifactId>bcprov-jdk15on</artifactId>-->
|
|
|
+ <!--<version>1.58</version>-->
|
|
|
+ <!--</dependency>-->
|
|
|
+
|
|
|
+ <!--<dependency>-->
|
|
|
+ <!--<groupId>net.sf.json-lib</groupId>-->
|
|
|
+ <!--<artifactId>json-lib</artifactId>-->
|
|
|
+ <!--<version>2.4</version>-->
|
|
|
+ <!--<classifier>jdk15</classifier>-->
|
|
|
+ <!--</dependency>-->
|
|
|
|
|
|
</dependencies>
|
|
|
|