removing un necessary hadoop dependancy from JCache module pom.xml

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

Branch: refs/heads/master
Commit: 351eb6323824acc79e997c254bdebcfa3a29c3d9
Parents: 8ba235d
Author: Kevin Ratnasekera <djkevi...@yahoo.com>
Authored: Mon Aug 1 10:22:05 2016 +0530
Committer: Kevin Ratnasekera <djkevi...@yahoo.com>
Committed: Mon Aug 1 10:22:05 2016 +0530

----------------------------------------------------------------------
 gora-jcache/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/351eb632/gora-jcache/pom.xml
----------------------------------------------------------------------
diff --git a/gora-jcache/pom.xml b/gora-jcache/pom.xml
index a6fdf39..0dbe0fc 100644
--- a/gora-jcache/pom.xml
+++ b/gora-jcache/pom.xml
@@ -144,11 +144,6 @@
       <artifactId>junit</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-minicluster</artifactId>
-    </dependency>
-
   </dependencies>
 
 </project>

Reply via email to