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 ef18af5381f97dfca24e0c642ce4bc9fe918fd6d Author: Jean Helou <[email protected]> AuthorDate: Mon Nov 16 13:54:45 2020 +0100 JAMES-1902 Drops duplicate dependencies --- server/container/guice/jpa-smtp-mariadb/pom.xml | 4 ---- server/container/guice/pom.xml | 5 ----- server/data/data-cassandra/pom.xml | 6 ------ 3 files changed, 15 deletions(-) diff --git a/server/container/guice/jpa-smtp-mariadb/pom.xml b/server/container/guice/jpa-smtp-mariadb/pom.xml index 8ce871e..1877563 100644 --- a/server/container/guice/jpa-smtp-mariadb/pom.xml +++ b/server/container/guice/jpa-smtp-mariadb/pom.xml @@ -62,10 +62,6 @@ <artifactId>james-server-mailets</artifactId> </dependency> <dependency> - <groupId>${james.groupId}</groupId> - <artifactId>james-server-mailets</artifactId> - </dependency> - <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <scope>test</scope> diff --git a/server/container/guice/pom.xml b/server/container/guice/pom.xml index dc34571..7f29105 100644 --- a/server/container/guice/pom.xml +++ b/server/container/guice/pom.xml @@ -110,11 +110,6 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>james-server-jmap-rfc-8621</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-jmap</artifactId> <version>${project.version}</version> </dependency> diff --git a/server/data/data-cassandra/pom.xml b/server/data/data-cassandra/pom.xml index a2f9daa..a3f0427 100644 --- a/server/data/data-cassandra/pom.xml +++ b/server/data/data-cassandra/pom.xml @@ -59,12 +59,6 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>james-json</artifactId> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> <artifactId>james-server-data-api</artifactId> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
