Skip to content

Commit 1de9d58

Browse files
committed
[SCM-1016] Update maven-parent to 41
This fixes build with Java 21 due to using a newer palantir formatter
1 parent f5d8bb4 commit 1de9d58

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pom.xml

+2-9
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>39</version>
26+
<version>41</version>
2727
<relativePath />
2828
</parent>
2929

@@ -363,13 +363,6 @@
363363
</excludes>
364364
</configuration>
365365
</plugin>
366-
<plugin>
367-
<groupId>org.apache.maven.plugins</groupId>
368-
<artifactId>maven-surefire-plugin</artifactId>
369-
<configuration>
370-
<trimStackTrace>false</trimStackTrace>
371-
</configuration>
372-
</plugin>
373366
</plugins>
374367
</pluginManagement>
375368
<plugins>
@@ -390,7 +383,7 @@
390383
</configuration>
391384
<executions>
392385
<execution>
393-
<id>check-java-1.7-compat</id>
386+
<id>check-java-8-compat</id>
394387
<goals>
395388
<goal>check</goal>
396389
</goals>

0 commit comments

Comments
 (0)