Repository: gora Updated Branches: refs/heads/master 08c7151c4 -> 8162ab5f1
GORA-480 Compilation issues with gora-dynamodb Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/8162ab5f Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/8162ab5f Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/8162ab5f Branch: refs/heads/master Commit: 8162ab5f1a364ca6e3c96d97507fbd2d782a7d7c Parents: 08c7151 Author: Lewis John McGibbney <[email protected]> Authored: Tue Jun 14 21:38:01 2016 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Tue Jun 14 21:38:01 2016 -0700 ---------------------------------------------------------------------- gora-dynamodb/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/8162ab5f/gora-dynamodb/pom.xml ---------------------------------------------------------------------- diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml index 79fe80f..e25912d 100644 --- a/gora-dynamodb/pom.xml +++ b/gora-dynamodb/pom.xml @@ -102,6 +102,7 @@ <dependency> <groupId>org.apache.gora</groupId> <artifactId>gora-core</artifactId> + <scope>compile</compile> </dependency> <dependency> <groupId>org.apache.gora</groupId> @@ -126,6 +127,12 @@ <artifactId>commons-io</artifactId> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-client</artifactId> + <scope>compile</scope> + <optional>true</optional> + </dependency> <!-- Logging Dependencies --> <dependency>
