HADOOP-10931 compile error on tools/hadoop-openstack

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1616481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steve Loughran 2014-08-07 12:35:21 +00:00
parent 67557212c7
commit 5a056789ad
2 changed files with 7 additions and 0 deletions

View File

@ -111,6 +111,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>