HDDS-546. Resolve bouncy castle dependency for hadoop-hdds-common. Contributed by Ajay Kumar.

This commit is contained in:
Ajay Kumar 2018-09-25 14:19:14 -07:00 committed by Xiaoyu Yao
parent 570b503e3e
commit 0b034b7005
1 changed files with 5 additions and 1 deletions

View File

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