HADOOP-10931 compile error on tools/hadoop-openstack

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1616482 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steve Loughran 2014-08-07 12:38:35 +00:00
parent 0ed8732fee
commit 96fc3b3ecd
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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>