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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
