HDDS-546. Resolve bouncy castle dependency for hadoop-hdds-common. Contributed by Ajay Kumar.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d6553f1d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d6553f1d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d6553f1d Branch: refs/heads/HDDS-4 Commit: d6553f1d66b6e8b6d8239a5485ad71159c18c567 Parents: cb12c51 Author: Ajay Kumar <[email protected]> Authored: Tue Sep 25 14:19:14 2018 -0700 Committer: Xiaoyu Yao <[email protected]> Committed: Wed Nov 21 12:13:03 2018 -0800 ---------------------------------------------------------------------- hadoop-hdds/common/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d6553f1d/hadoop-hdds/common/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml index 175500a..15ae307 100644 --- a/hadoop-hdds/common/pom.xml +++ b/hadoop-hdds/common/pom.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
