Repository: hadoop Updated Branches: refs/heads/HDFS-13532 75ac3288d -> 8f18e4ce5
addendum to HDFS-12284. Contributed by Inigo Goiri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8f18e4ce Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8f18e4ce Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8f18e4ce Branch: refs/heads/HDFS-13532 Commit: 8f18e4ce565105d7c9af2aaa17acdc01ec8de1a2 Parents: 75ac328 Author: Brahma Reddy Battula <[email protected]> Authored: Wed Nov 7 00:11:50 2018 +0530 Committer: Brahma Reddy Battula <[email protected]> Committed: Wed Nov 7 00:11:50 2018 +0530 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/8f18e4ce/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml index 9f515bc..947c91a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-rbf/pom.xml @@ -36,7 +36,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <dependencies> <dependency> <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk16</artifactId> + <artifactId>bcprov-jdk15on</artifactId> <scope>test</scope> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
