This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-remove-override in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
commit 01b8d6d973feb6522b5d0fb08cc44bc0fd8d0877 Author: Fokko Driesprong <[email protected]> AuthorDate: Thu May 2 09:55:03 2024 +0200 Remove the `maven-compiler` override The Apache POM is now at 3.13.0 after https://github.com/apache/parquet-mr/pull/1333 --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index 7dd743312..989dd8ea9 100644 --- a/pom.xml +++ b/pom.xml @@ -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> @@ -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>
