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 56c6227f7bf3b9d9432f2ce24c124aceb1445292 Author: Benoit Tellier <[email protected]> AuthorDate: Mon Aug 26 18:27:56 2019 +0700 JAMES-2813 Remove duplicated dependencies in cassandra-guice --- server/container/guice/cassandra-guice/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/server/container/guice/cassandra-guice/pom.xml b/server/container/guice/cassandra-guice/pom.xml index bb75cdd..20e14cb 100644 --- a/server/container/guice/cassandra-guice/pom.xml +++ b/server/container/guice/cassandra-guice/pom.xml @@ -252,11 +252,6 @@ <groupId>${james.groupId}</groupId> <artifactId>james-server-task-json</artifactId> <scope>test</scope> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> - <artifactId>james-server-task-json</artifactId> - <scope>test</scope> <type>test-jar</type> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
