This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 29faf2c50ff489814f3dbfebacf6151d3de21029 Author: Tran Tien Duc <[email protected]> AuthorDate: Fri Feb 7 13:12:18 2020 +0700 JAMES-3044 Unify Jsoup version in James --- mailbox/store/pom.xml | 1 - pom.xml | 5 +++++ server/protocols/jmap-draft/pom.xml | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mailbox/store/pom.xml b/mailbox/store/pom.xml index 291c43c..4bcb239 100644 --- a/mailbox/store/pom.xml +++ b/mailbox/store/pom.xml @@ -126,7 +126,6 @@ <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> - <version>1.11.3</version> </dependency> <dependency> <groupId>org.mockito</groupId> diff --git a/pom.xml b/pom.xml index 1b387a6..5757f9b 100644 --- a/pom.xml +++ b/pom.xml @@ -2536,6 +2536,11 @@ <version>${junit.vintage.version}</version> </dependency> <dependency> + <groupId>org.jsoup</groupId> + <artifactId>jsoup</artifactId> + <version>1.12.1</version> + </dependency> + <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>3.0.0</version> diff --git a/server/protocols/jmap-draft/pom.xml b/server/protocols/jmap-draft/pom.xml index 6da8ee3..3167500 100644 --- a/server/protocols/jmap-draft/pom.xml +++ b/server/protocols/jmap-draft/pom.xml @@ -236,7 +236,6 @@ <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> - <version>1.12.1</version> </dependency> <dependency> <groupId>org.mockito</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
