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 bdc688142a3da7c9b716ef58f82a801095714d50 Author: Benoit Tellier <[email protected]> AuthorDate: Mon Sep 23 10:24:14 2019 +0700 JAMES-2885 assertj-guava is no longer needed --- mailet/standard/pom.xml | 5 ----- pom.xml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/mailet/standard/pom.xml b/mailet/standard/pom.xml index 8a2f911..f07ea9e 100644 --- a/mailet/standard/pom.xml +++ b/mailet/standard/pom.xml @@ -103,11 +103,6 @@ <artifactId>httpclient-osgi</artifactId> </dependency> <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-guava</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <scope>test</scope> diff --git a/pom.xml b/pom.xml index fa4fa1d..8606143 100644 --- a/pom.xml +++ b/pom.xml @@ -2400,11 +2400,6 @@ <version>3.12.2</version> </dependency> <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-guava</artifactId> - <version>3.2.1</version> - </dependency> - <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> <version>3.1.6</version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
