JAMES-2495 Update org.junit.vintage to 5.2.0
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/38d58513 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/38d58513 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/38d58513 Branch: refs/heads/master Commit: 38d585130b70c90546dc49dc8adcc33cdf2f5720 Parents: 55b81c3 Author: Gautier DI FOLCO <gdifo...@linagora.com> Authored: Mon Jul 23 16:41:39 2018 +0200 Committer: Benoit Tellier <btell...@linagora.com> Committed: Sat Aug 4 08:17:48 2018 +0700 ---------------------------------------------------------------------- mailbox/api/pom.xml | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/38d58513/mailbox/api/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/api/pom.xml b/mailbox/api/pom.xml index 9081a9b..4f35923 100644 --- a/mailbox/api/pom.xml +++ b/mailbox/api/pom.xml @@ -94,6 +94,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>java-hamcrest</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/james-project/blob/38d58513/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index df64a1e..1813085 100644 --- a/pom.xml +++ b/pom.xml @@ -612,7 +612,7 @@ <junit.version>4.12</junit.version> <junit.jupiter.version>5.2.0</junit.jupiter.version> <junit.plateform.version>1.2.0</junit.plateform.version> - <junit.vintage.version>4.12.2</junit.vintage.version> + <junit.vintage.version>5.2.0</junit.vintage.version> <concurrent.version>1.3.4</concurrent.version> <jcr.version>2.0</jcr.version> <xbean-spring.version>4.9</xbean-spring.version> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org