@@ -392,6 +392,9 @@ Release 2.7.0 - UNRELEASED
HADOOP-11268. Update BUILDING.txt to remove the workaround for tools.jar.
(Li Lu via wheat9)
+ HADOOP-11230. Add missing dependency of bouncycastle for kms, httpfs, hdfs, MR
+ and YARN. (Robert Kanter via wheat9)
+
Release 2.6.0 - UNRELEASED
INCOMPATIBLE CHANGES
@@ -192,6 +192,12 @@
<artifactId>curator-test</artifactId>
<scope>test</scope>
</dependency>
+ <!-- 'mvn dependency:analyze' fails to detect use of this dependency -->
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk16</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
@@ -210,6 +210,12 @@
<artifactId>slf4j-log4j12</artifactId>
<scope>runtime</scope>
@@ -198,6 +198,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<type>test-jar</type>
@@ -102,6 +102,12 @@
<artifactId>hsqldb</artifactId>
<profiles>
@@ -173,5 +173,12 @@
</project>