You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by rm...@apache.org on 2016/07/31 19:33:10 UTC

[2/6] gora git commit: GORA-482

GORA-482


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

Branch: refs/heads/master
Commit: 4a1b16ca3505f9509b37efa2e50eb0d3062498ef
Parents: 73cc289
Author: Renato Marroquin <ma...@inf.ethz.ch>
Authored: Thu Jul 28 00:14:39 2016 +0200
Committer: Renato Marroquin <ma...@inf.ethz.ch>
Committed: Thu Jul 28 00:14:39 2016 +0200

----------------------------------------------------------------------
 pom.xml | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/4a1b16ca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6ca3045..f5df01b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -716,10 +716,10 @@
     <!--module>gora-sql</module -->
     <module>gora-maven-plugin</module>
     <module>gora-mongodb</module>
-    <module>gora-shims-hadoop</module>
-    <module>gora-shims-hadoop1</module>
-    <module>gora-shims-hadoop2</module>
-    <module>gora-shims-distribution</module>
+    <!--<module>gora-shims-hadoop</module>-->
+    <!--<module>gora-shims-hadoop1</module>-->
+    <!--<module>gora-shims-hadoop2</module>-->
+    <!--<module>gora-shims-distribution</module>-->
     <module>gora-solr</module>
     <module>gora-solr-5</module>
     <module>gora-tutorial</module>
@@ -911,8 +911,15 @@
 
       <dependency>
         <groupId>org.apache.hadoop</groupId>
-		    <artifactId>hadoop-client</artifactId>
-		    <version>${hadoop-2.version}</version>
+        <artifactId>hadoop-client</artifactId>
+        <version>${hadoop-2.version}</version>
+        <optional>true</optional>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-minicluster</artifactId>
+        <version>${hadoop-2.test.version}</version>
+        <optional>true</optional>
       </dependency>
 
       <dependency>