JAMES-2521 Testcontainer scope should be test in blob-cassandra
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a7544f1a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a7544f1a Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/a7544f1a Branch: refs/heads/master Commit: a7544f1a3245c0e4cf45b7967296cbcd7eec4bc7 Parents: 7a72468 Author: Benoit Tellier <[email protected]> Authored: Wed Aug 15 10:51:51 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Aug 29 10:12:43 2018 +0700 ---------------------------------------------------------------------- server/blob/blob-cassandra/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/a7544f1a/server/blob/blob-cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/server/blob/blob-cassandra/pom.xml b/server/blob/blob-cassandra/pom.xml index af1456d..17a7c70 100644 --- a/server/blob/blob-cassandra/pom.xml +++ b/server/blob/blob-cassandra/pom.xml @@ -84,6 +84,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <scope>test</scope> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
