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 a0c35b1e3574d9657a0c5c83754eba7ea2a1d2ab Author: Benoit Tellier <[email protected]> AuthorDate: Wed Feb 13 13:49:54 2019 +0700 JAMES-2630 Remove no more used async-retry dependency --- pom.xml | 5 ----- server/container/guice/cassandra-guice/pom.xml | 4 ---- server/container/guice/jpa-guice/pom.xml | 4 ---- server/container/util/pom.xml | 4 ---- server/queue/queue-rabbitmq/pom.xml | 4 ---- 5 files changed, 21 deletions(-) diff --git a/pom.xml b/pom.xml index 8b28980..891ca53 100644 --- a/pom.xml +++ b/pom.xml @@ -1855,11 +1855,6 @@ </exclusions> </dependency> <dependency> - <groupId>com.nurkiewicz.asyncretry</groupId> - <artifactId>asyncretry</artifactId> - <version>0.0.7</version> - </dependency> - <dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> <version>5.6.0</version> diff --git a/server/container/guice/cassandra-guice/pom.xml b/server/container/guice/cassandra-guice/pom.xml index c98e119..5ddae3f 100644 --- a/server/container/guice/cassandra-guice/pom.xml +++ b/server/container/guice/cassandra-guice/pom.xml @@ -259,10 +259,6 @@ <artifactId>logback-elasticsearch-appender</artifactId> </dependency> <dependency> - <groupId>com.nurkiewicz.asyncretry</groupId> - <artifactId>asyncretry</artifactId> - </dependency> - <dependency> <groupId>io.rest-assured</groupId> <artifactId>rest-assured</artifactId> <scope>test</scope> diff --git a/server/container/guice/jpa-guice/pom.xml b/server/container/guice/jpa-guice/pom.xml index d8753bc..0340513 100644 --- a/server/container/guice/jpa-guice/pom.xml +++ b/server/container/guice/jpa-guice/pom.xml @@ -159,10 +159,6 @@ <artifactId>logback-elasticsearch-appender</artifactId> </dependency> <dependency> - <groupId>com.nurkiewicz.asyncretry</groupId> - <artifactId>asyncretry</artifactId> - </dependency> - <dependency> <groupId>io.rest-assured</groupId> <artifactId>rest-assured</artifactId> <scope>test</scope> diff --git a/server/container/util/pom.xml b/server/container/util/pom.xml index f34ab20..9177ff6 100644 --- a/server/container/util/pom.xml +++ b/server/container/util/pom.xml @@ -59,10 +59,6 @@ <artifactId>icu4j</artifactId> </dependency> <dependency> - <groupId>com.nurkiewicz.asyncretry</groupId> - <artifactId>asyncretry</artifactId> - </dependency> - <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> </dependency> diff --git a/server/queue/queue-rabbitmq/pom.xml b/server/queue/queue-rabbitmq/pom.xml index 504ee06..aa59f09 100644 --- a/server/queue/queue-rabbitmq/pom.xml +++ b/server/queue/queue-rabbitmq/pom.xml @@ -144,10 +144,6 @@ <artifactId>guava</artifactId> </dependency> <dependency> - <groupId>com.nurkiewicz.asyncretry</groupId> - <artifactId>asyncretry</artifactId> - </dependency> - <dependency> <groupId>com.rabbitmq</groupId> <artifactId>amqp-client</artifactId> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
