Revert "HADOOP-19298. [JDK17] Add a JDK17 profile. (#7085) Contributed by Shilun Fan." (#7132)

This reverts commit f931ede86b.
This commit is contained in:
slfan1989 2024-10-28 09:39:16 +08:00 committed by GitHub
parent eb1e30395b
commit 7a7b346b0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>