You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/08/29 03:14:47 UTC

[19/34] james-project git commit: JAMES-2521 Testcontainer scope should be test in blob-cassandra

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 <bt...@linagora.com>
Authored: Wed Aug 15 10:51:51 2018 +0700
Committer: Benoit Tellier <bt...@linagora.com>
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org