Repository: gora Updated Branches: refs/heads/master e8ed25deb -> 08c7151c4
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/08c7151c Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/08c7151c Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/08c7151c Branch: refs/heads/master Commit: 08c7151c4b98bd05c821933c2a3d20a71ced2483 Parents: e8ed25d Author: Lewis John McGibbney <[email protected]> Authored: Sun Jun 5 14:17:53 2016 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Sun Jun 5 14:17:53 2016 -0700 ---------------------------------------------------------------------- gora-dynamodb/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/08c7151c/gora-dynamodb/pom.xml ---------------------------------------------------------------------- diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml index c2356cb..79fe80f 100644 --- a/gora-dynamodb/pom.xml +++ b/gora-dynamodb/pom.xml @@ -121,6 +121,11 @@ <groupId>org.jdom</groupId> <artifactId>jdom</artifactId> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <scope>compile</scope> + </dependency> <!-- Logging Dependencies --> <dependency>
