Skip to content

Commit 01b8d6d

Browse files
authored
Remove the maven-compiler override
The Apache POM is now at 3.13.0 after #1333
1 parent 6860919 commit 01b8d6d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@
9797
<powermock.version>2.0.9</powermock.version>
9898
<net.openhft.version>0.16</net.openhft.version>
9999
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
100-
<!-- override org.apache:apache version -->
101-
<version.maven-compiler-plugin>3.13.0</version.maven-compiler-plugin>
102100

103101
<!-- parquet-cli dependencies -->
104102
<opencsv.version>2.3</opencsv.version>
@@ -410,12 +408,6 @@
410408
</configuration>
411409
</plugin>
412410

413-
<plugin>
414-
<!-- Override source and target from the ASF parent -->
415-
<groupId>org.apache.maven.plugins</groupId>
416-
<artifactId>maven-compiler-plugin</artifactId>
417-
</plugin>
418-
419411
<plugin>
420412
<groupId>org.apache.maven.plugins</groupId>
421413
<artifactId>maven-failsafe-plugin</artifactId>

0 commit comments

Comments
 (0)