Repository: hadoop Updated Branches: refs/heads/HDDS-4 a78244427 -> 7e25c2c43
HDDS-704. Fix the Dependency convergence issue on HDDS-4. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7e25c2c4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7e25c2c4 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7e25c2c4 Branch: refs/heads/HDDS-4 Commit: 7e25c2c4358bbf4e5dbb164d219aeb0c81dace48 Parents: a782444 Author: Xiaoyu Yao <[email protected]> Authored: Fri Oct 19 21:09:51 2018 -0700 Committer: Xiaoyu Yao <[email protected]> Committed: Fri Oct 19 21:09:51 2018 -0700 ---------------------------------------------------------------------- hadoop-hdds/common/pom.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/7e25c2c4/hadoop-hdds/common/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml index 09b6348..342b9a9 100644 --- a/hadoop-hdds/common/pom.xml +++ b/hadoop-hdds/common/pom.xml @@ -106,13 +106,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <artifactId>commons-pool2</artifactId> <version>2.6.0</version> </dependency> - - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - <version>1.54</version> - </dependency> - <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
