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/10/25 00:21:17 UTC

[incubator-plc4x] branch master updated: - Tried to get the JUnit5 tests running again

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 d010a73  - Tried to get the JUnit5 tests running again
d010a73 is described below

commit d010a73c63888b5a1219d3f508f091e08c793e85
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Oct 25 01:21:13 2018 +0100

    - Tried to get the JUnit5 tests running again
---
 pom.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index a132dd9..35235b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -286,9 +286,8 @@
 
       <dependency>
         <groupId>org.codehaus.groovy</groupId>
-        <artifactId>groovy-all</artifactId>
+        <artifactId>groovy-test-junit5</artifactId>
         <version>${groovy.version}</version>
-        <type>pom</type>
         <!-- Ensure we only use this in test -->
         <scope>test</scope>
       </dependency>
@@ -441,9 +440,7 @@
             <phase>test-compile</phase>
             <goals>
               <goal>addTestSources</goal>
-              <goal>generateTestStubs</goal>
               <goal>compileTests</goal>
-              <goal>removeTestStubs</goal>
             </goals>
           </execution>
         </executions>
@@ -1120,8 +1117,8 @@
 
         <dependency>
           <groupId>org.codehaus.groovy</groupId>
-          <artifactId>groovy-all</artifactId>
-          <type>pom</type>
+          <artifactId>groovy-test-junit5</artifactId>
+          <version>2.5.3</version>
           <scope>test</scope>
         </dependency>
       </dependencies>
@@ -1162,7 +1159,7 @@
                     <ignoredDependency>org.mockito:mockito-junit-jupiter</ignoredDependency>
                     <ignoredDependency>org.slf4j:slf4j-api</ignoredDependency>
                     <ignoredDependency>ch.qos.logback:logback-classic</ignoredDependency>
-                    <ignoredDependency>org.codehaus.groovy:groovy-all</ignoredDependency>
+                    <ignoredDependency>org.codehaus.groovy:groovy-test-junit5</ignoredDependency>
                     <ignoredDependency>org.codehaus.groovy:groovy</ignoredDependency>
                     <ignoredDependency>com.athaydes:spock-reports</ignoredDependency>
                   </ignoredDependencies>