Repository: gora Updated Branches: refs/heads/master 4bbf52ee7 -> d1a12514f
GORA-505 Testcontainers is moved to test scope Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/d1a12514 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/d1a12514 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/d1a12514 Branch: refs/heads/master Commit: d1a12514f1b9a710368877dc7592fc0769a6abda Parents: 4bbf52e Author: cihad guzel <[email protected]> Authored: Thu Feb 23 14:34:22 2017 +0300 Committer: cihad guzel <[email protected]> Committed: Thu Feb 23 14:34:22 2017 +0300 ---------------------------------------------------------------------- gora-couchdb/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/d1a12514/gora-couchdb/pom.xml ---------------------------------------------------------------------- diff --git a/gora-couchdb/pom.xml b/gora-couchdb/pom.xml index 15e29b7..8ad7786 100644 --- a/gora-couchdb/pom.xml +++ b/gora-couchdb/pom.xml @@ -218,6 +218,7 @@ <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <version>1.1.0</version> + <scope>test</scope> </dependency> <!-- END of Testing Dependencies -->
