You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ro...@apache.org on 2018/01/15 09:56:03 UTC

[4/9] james-project git commit: JAMES-2286 workaround for junit5/eclipse support

JAMES-2286 workaround for junit5/eclipse support


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/b9e08232
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/b9e08232
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/b9e08232

Branch: refs/heads/master
Commit: b9e082324169e397e674200d0a9b38b01d4cd079
Parents: d885ffc
Author: Matthieu Baechler <ma...@apache.org>
Authored: Thu Jan 11 11:04:28 2018 +0100
Committer: benwa <bt...@linagora.com>
Committed: Mon Jan 15 16:54:01 2018 +0700

----------------------------------------------------------------------
 pom.xml                       | 5 +++++
 server/data/data-jdbc/pom.xml | 5 +++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/b9e08232/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a125d2..c0b642d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2153,6 +2153,11 @@
                 <version>${junit.plateform.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.junit.platform</groupId>
+                <artifactId>junit-platform-launcher</artifactId>
+                <version>1.0.2</version>
+            </dependency>
+            <dependency>
                 <groupId>org.junit.vintage</groupId>
                 <artifactId>junit-vintage-engine</artifactId>
                 <version>${junit.vintage.version}</version>

http://git-wip-us.apache.org/repos/asf/james-project/blob/b9e08232/server/data/data-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/server/data/data-jdbc/pom.xml b/server/data/data-jdbc/pom.xml
index 6bd59e3..a0532c2 100644
--- a/server/data/data-jdbc/pom.xml
+++ b/server/data/data-jdbc/pom.xml
@@ -135,6 +135,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.junit.platform</groupId>
+            <artifactId>junit-platform-launcher</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.junit.vintage</groupId>
             <artifactId>junit-vintage-engine</artifactId>
             <scope>test</scope>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org