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 <[email protected]> Authored: Thu Jul 28 00:14:39 2016 +0200 Committer: Renato Marroquin <[email protected]> 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>
