-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The following is targeting JDK8 and below:
<banTransitiveDependencies>
<excludes>
<exclude>com.sun:tools</exclude>
<exclude>sun.jdk:jconsole</exclude>
</excludes>
</banTransitiveDependencies>
It is safe to be removed from our pom.xml files since we target JDK11 and above.
- relates to
-
WFLY-17908 Eliminate JDK 8 specific excludes from maven enforcer plugin configurations
- Closed