Repository: hadoop Updated Branches: refs/heads/HDDS-4 5641534e4 -> fe85d5157
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/fe85d515 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fe85d515 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fe85d515 Branch: refs/heads/HDDS-4 Commit: fe85d515743db313b52a7d26c235d422366209d1 Parents: 5641534 Author: Ajay Kumar <[email protected]> Authored: Tue Sep 25 14:19:14 2018 -0700 Committer: Ajay Kumar <[email protected]> Committed: Tue Sep 25 14:19:14 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/fe85d515/hadoop-hdds/common/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml index 9336196..bb7e1d6 100644 --- a/hadoop-hdds/common/pom.xml +++ b/hadoop-hdds/common/pom.xml @@ -55,6 +55,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> @@ -108,7 +112,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]
