JENA-1475: Elephas setting for specific surefire version

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/1271890a
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/1271890a
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/1271890a

Branch: refs/heads/master
Commit: 1271890a00b99907fad13104167795273f5f6b4d
Parents: c4e9320
Author: Andy Seaborne <a...@apache.org>
Authored: Wed Feb 7 22:25:03 2018 +0000
Committer: Andy Seaborne <a...@apache.org>
Committed: Wed Feb 7 22:25:03 2018 +0000

----------------------------------------------------------------------
 jena-elephas/jena-elephas-io/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/1271890a/jena-elephas/jena-elephas-io/pom.xml
----------------------------------------------------------------------
diff --git a/jena-elephas/jena-elephas-io/pom.xml 
b/jena-elephas/jena-elephas-io/pom.xml
index eb74a01..d7edd05 100644
--- a/jena-elephas/jena-elephas-io/pom.xml
+++ b/jena-elephas/jena-elephas-io/pom.xml
@@ -90,6 +90,8 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+             <!-- versions 2.20 and 2.20.1 result in test failures -->
+             <version>2.19.1</version>
         <configuration>
           <parallel>classes</parallel>
           <threadCount>2</threadCount>
@@ -97,4 +99,5 @@
       </plugin>
     </plugins>
   </build>
+
 </project>

Reply via email to