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/c718db79 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c718db79 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c718db79 Branch: refs/heads/HDDS-4 Commit: c718db795c11d6774a04062bedd8ef9a632d7d19 Parents: 2235ccb Author: Ajay Kumar <a...@apache.com> Authored: Tue Sep 25 14:19:14 2018 -0700 Committer: Xiaoyu Yao <x...@apache.org> Committed: Tue Dec 4 08:03:15 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/c718db79/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: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org