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/84f370cf Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/84f370cf Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/84f370cf Branch: refs/heads/HDDS-4 Commit: 84f370cf451694d8269c7f86cca3a040081519c0 Parents: 6c64849 Author: Ajay Kumar <a...@apache.com> Authored: Tue Sep 25 14:19:14 2018 -0700 Committer: Xiaoyu Yao <x...@apache.org> Committed: Wed Oct 17 14:04:03 2018 -0700 ---------------------------------------------------------------------- hadoop-hdds/common/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/84f370cf/hadoop-hdds/common/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml index 94455c1..1f16d12 100644 --- a/hadoop-hdds/common/pom.xml +++ b/hadoop-hdds/common/pom.xml @@ -53,6 +53,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> @@ -106,7 +110,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: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org