Skip to content

Commit

Permalink
Remove the maven-compiler override
Browse files Browse the repository at this point in the history
The Apache POM is now at 3.13.0 after #1333
  • Loading branch information
Fokko authored May 2, 2024
1 parent 6860919 commit 01b8d6d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@
<powermock.version>2.0.9</powermock.version>
<net.openhft.version>0.16</net.openhft.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<!-- override org.apache:apache version -->
<version.maven-compiler-plugin>3.13.0</version.maven-compiler-plugin>

<!-- parquet-cli dependencies -->
<opencsv.version>2.3</opencsv.version>
Expand Down Expand Up @@ -410,12 +408,6 @@
</configuration>
</plugin>

<plugin>
<!-- Override source and target from the ASF parent -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
Expand Down

0 comments on commit 01b8d6d

Please sign in to comment.