Bump test dependencies
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 24 Jan 2022 18:59:19 +0000 (18:59 +0000)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 31 Jan 2022 19:39:00 +0000 (19:39 +0000)
Use current versions of the Maven testing framework plugins.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index f2b55cb89a8766a4aa904a444b7fc6ba48d74bd0..e64a7b1b4937bfdc999cd767ca0d01f9f53b088d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
+    <!-- Work around bug SUREFIRE-1831 in failsafe 3.0.0-M5 -->
+    <failsafe.useModulePath>false</failsafe.useModulePath>
+
     <!-- Paths that come from UST's default "make install".
          Override to specify other locations. -->
     <common-jar-location>/usr/local/share/java/lttng-ust-agent-common-1.0.0.jar</common-jar-location>
@@ -64,7 +67,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.6.1</version>
+          <version>3.9.0</version>
           <configuration>
             <source>1.8</source>
             <target>1.8</target>
@@ -74,7 +77,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.19.1</version>
+          <version>3.0.0-M5</version>
           <executions>
             <execution>
               <goals>
This page took 0.024454 seconds and 4 git commands to generate.