Repository: gora Updated Branches: refs/heads/master 8162ab5f1 -> 6d98c37f8
Fix XML syntax in gora-dynamodb/pom.xml Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/6d98c37f Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/6d98c37f Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/6d98c37f Branch: refs/heads/master Commit: 6d98c37f89f1c1d22cb8d65875ce30cd4f4d40c6 Parents: 8162ab5 Author: Lewis John McGibbney <[email protected]> Authored: Wed Jun 15 12:48:54 2016 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Wed Jun 15 12:48:54 2016 -0700 ---------------------------------------------------------------------- gora-dynamodb/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/6d98c37f/gora-dynamodb/pom.xml ---------------------------------------------------------------------- diff --git a/gora-dynamodb/pom.xml b/gora-dynamodb/pom.xml index e25912d..31d6572 100644 --- a/gora-dynamodb/pom.xml +++ b/gora-dynamodb/pom.xml @@ -102,7 +102,7 @@ <dependency> <groupId>org.apache.gora</groupId> <artifactId>gora-core</artifactId> - <scope>compile</compile> + <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.gora</groupId>
