HADOOP-12868. Fix hadoop-openstack undeclared and unused dependencies. 
Contributed by Masatake Iwasaki.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fa440a39
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fa440a39
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fa440a39

Branch: refs/heads/HADOOP-12930
Commit: fa440a39b7883183b9cf43c056908ca7bf68e6a1
Parents: 3bfd299
Author: Andrew Wang <w...@apache.org>
Authored: Thu May 12 23:58:18 2016 -0700
Committer: Andrew Wang <w...@apache.org>
Committed: Thu May 12 23:58:18 2016 -0700

----------------------------------------------------------------------
 hadoop-tools/hadoop-openstack/pom.xml | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/fa440a39/hadoop-tools/hadoop-openstack/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-openstack/pom.xml 
b/hadoop-tools/hadoop-openstack/pom.xml
index e2d8563..86417c7 100644
--- a/hadoop-tools/hadoop-openstack/pom.xml
+++ b/hadoop-tools/hadoop-openstack/pom.xml
@@ -111,13 +111,17 @@
       <artifactId>hadoop-common</artifactId>
       <scope>compile</scope>
     </dependency>
-
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
       <scope>compile</scope>
       <type>test-jar</type>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-annotations</artifactId>
+      <scope>compile</scope>
+    </dependency>
 
     <dependency>
       <groupId>org.codehaus.jackson</groupId>
@@ -134,11 +138,9 @@
       <artifactId>commons-httpclient</artifactId>
       <scope>compile</scope>
     </dependency>
-
-    <!-- Used for loading test resources and converting a File to byte[] -->
     <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
       <scope>compile</scope>
     </dependency>
 
@@ -147,15 +149,5 @@
       <artifactId>junit</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to