Skip to content

Commit

Permalink
Revert "HADOOP-19298. [JDK17] Add a JDK17 profile. (#7085) Contribute…
Browse files Browse the repository at this point in the history
…d by Shilun Fan." (#7132)

This reverts commit f931ede.
  • Loading branch information
slfan1989 authored Oct 28, 2024
1 parent eb1e303 commit 7a7b346
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2754,16 +2754,6 @@
</dependencies>
</dependencyManagement>
</profile>
<!-- We added this profile to support compilation for JDK 9 and above. -->
<profile>
<id>java9</id>
<activation>
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>${javac.version}</maven.compiler.release>
</properties>
</profile>
</profiles>

<repositories>
Expand Down

0 comments on commit 7a7b346

Please sign in to comment.