Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-6293

Eliminate JDK 8 specific excludes from maven enforcer plugin configurations

XMLWordPrintable

      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.

              ropalka Richard Opalka
              ropalka Richard Opalka
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: