You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/01/25 16:54:01 UTC

[incubator-plc4x] branch master updated: - Downgraded surefire and failsafe as 2.20.x doesn't seem to work with JUnit5

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new e81a898  - Downgraded surefire and failsafe as 2.20.x doesn't seem to work with JUnit5
e81a898 is described below

commit e81a8983e6954a5ca50873fa92ab3732f04dd066
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Jan 25 17:53:56 2018 +0100

    - Downgraded surefire and failsafe as 2.20.x doesn't seem to work with JUnit5
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 296ad5f..6d48c46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1050,6 +1050,8 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
+            <!-- Downgraded surefire as without this no Junit5 test is run -->
+            <version>2.19.1</version>
             <configuration>
               <!--
                 We have to slightly increase the heap-size or some tests will fail.
@@ -1077,6 +1079,8 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-failsafe-plugin</artifactId>
+            <!-- Downgraded failsafe as without this no Junit5 test is run -->
+            <version>2.19.1</version>
             <executions>
               <execution>
                 <goals>

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.