|
|
@ -33,6 +33,44 @@ |
|
|
|
</excludes> |
|
|
|
</excludes> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.basepom.maven</groupId> |
|
|
|
|
|
|
|
<artifactId>duplicate-finder-maven-plugin</artifactId> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<ignoredDependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.bouncycastle</groupId> |
|
|
|
|
|
|
|
<artifactId>bcprov-jdk18on</artifactId> |
|
|
|
|
|
|
|
<version>1.73</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.bouncycastle</groupId> |
|
|
|
|
|
|
|
<artifactId>bcprov-jdk15on</artifactId> |
|
|
|
|
|
|
|
<version>1.64</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.bouncycastle</groupId> |
|
|
|
|
|
|
|
<artifactId>bcpkix-jdk18on</artifactId> |
|
|
|
|
|
|
|
<version>1.73</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.bouncycastle</groupId> |
|
|
|
|
|
|
|
<artifactId>bcpkix-jdk15on</artifactId> |
|
|
|
|
|
|
|
<version>1.64</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.httpcomponents.client5</groupId> |
|
|
|
|
|
|
|
<artifactId>httpclient5</artifactId> |
|
|
|
|
|
|
|
<version>5.1.4</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
|
|
|
<artifactId>httpclient</artifactId> |
|
|
|
|
|
|
|
<version>4.5.14</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</ignoredDependencies> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
<pluginManagement> |
|
|
|
<pluginManagement> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|