|
@@ -59,6 +59,10 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<groupId>io.dropwizard.metrics</groupId>
|
|
<groupId>io.dropwizard.metrics</groupId>
|
|
<artifactId>metrics-core</artifactId>
|
|
<artifactId>metrics-core</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
|
+ <artifactId>bcprov-jdk15on</artifactId>
|
|
|
|
+ </exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -112,7 +116,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.bouncycastle</groupId>
|
|
<groupId>org.bouncycastle</groupId>
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
- <version>1.49</version>
|
|
|
|
|
|
+ <version>1.54</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|