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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
