Skip to content

Commit

Permalink
[SCM-1016] Update maven-parent to 41
Browse files Browse the repository at this point in the history
This fixes build with Java 21 due to using a newer palantir formatter
  • Loading branch information
kwin committed Mar 27, 2024
1 parent f5d8bb4 commit 1de9d58
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>39</version>
<version>41</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -363,13 +363,6 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand All @@ -390,7 +383,7 @@
</configuration>
<executions>
<execution>
<id>check-java-1.7-compat</id>
<id>check-java-8-compat</id>
<goals>
<goal>check</goal>
</goals>
Expand Down

0 comments on commit 1de9d58

Please sign in to comment.