You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cm...@apache.org on 2021/03/31 00:06:42 UTC

[qpid-interop-test] 13/41: QPIDIT-127: also override up to surefire 2.21.0 to resolve Java 10 compatibility issue

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

cml pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git

commit 3e797692d36b1091f8c188896ef74821742e5d3f
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Jul 12 13:30:11 2018 +0100

    QPIDIT-127: also override up to surefire 2.21.0 to resolve Java 10 compatibility issue
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d240d07..beac4a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,8 @@
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
     <maven-assembly-plugin-version>2.6</maven-assembly-plugin-version>
-    
+    <surefire.version>2.21.0</surefire.version>
+
     <!-- Dependency versions -->
     <geronimo.jms.2.spec-version>1.0-alpha-2</geronimo.jms.2.spec-version>
     <json-version>1.1</json-version>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org