git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616482 13f79535-47bb-0310-9956-ffa450edef68
@@ -543,6 +543,8 @@ Release 2.6.0 - UNRELEASED
HADOOP-10905. LdapGroupsMapping Should use configuration.getPassword for SSL
and LDAP Passwords. (lmccay via brandonli)
+ HADOOP-10931 compile error on tools/hadoop-openstack (xukun via stevel)
+
Release 2.5.0 - UNRELEASED
INCOMPATIBLE CHANGES
@@ -145,6 +145,11 @@
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <scope>compile</scope>
+ </dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>