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 2019/06/05 03:04:25 UTC

[james-project] 08/09: JAMES-2334 event-sourcing-event-store-cassandra test-jar was not test scoped

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 50aadaec836a8f2f8a5ddadd2a9a70f02ab6959d
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri May 31 10:57:52 2019 +0700

    JAMES-2334 event-sourcing-event-store-cassandra test-jar was not test scoped
---
 server/queue/queue-rabbitmq/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/queue/queue-rabbitmq/pom.xml b/server/queue/queue-rabbitmq/pom.xml
index 5c31864..dc18aee 100644
--- a/server/queue/queue-rabbitmq/pom.xml
+++ b/server/queue/queue-rabbitmq/pom.xml
@@ -79,6 +79,7 @@
             <groupId>${james.groupId}</groupId>
             <artifactId>event-sourcing-event-store-cassandra</artifactId>
             <type>test-jar</type>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org