HDFS-12284. 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/275f5d85 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/275f5d85 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/275f5d85 Branch: refs/heads/HDFS-13891 Commit: 275f5d8567ef9b90935f3fa7f40169cc7232cc61 Parents: 01086f4 Author: Brahma Reddy Battula <[email protected]> Authored: Wed Nov 7 07:37:02 2018 +0530 Committer: Brahma Reddy Battula <[email protected]> Committed: Thu Nov 22 08:27:15 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/275f5d85/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]
