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:
parent
0ed8732fee
commit
96fc3b3ecd
@ -543,6 +543,8 @@ Release 2.6.0 - UNRELEASED
|
|||||||
HADOOP-10905. LdapGroupsMapping Should use configuration.getPassword for SSL
|
HADOOP-10905. LdapGroupsMapping Should use configuration.getPassword for SSL
|
||||||
and LDAP Passwords. (lmccay via brandonli)
|
and LDAP Passwords. (lmccay via brandonli)
|
||||||
|
|
||||||
|
HADOOP-10931 compile error on tools/hadoop-openstack (xukun via stevel)
|
||||||
|
|
||||||
Release 2.5.0 - UNRELEASED
|
Release 2.5.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -145,6 +145,11 @@
|
|||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mockito</groupId>
|
||||||
|
<artifactId>mockito-all</artifactId>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user