Uploaded image for project: 'XMLBeans'
  1. XMLBeans
  2. XMLBEANS-651

xml-apis dependency clarification

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Version 5.2.2
    • None
    • None

    Description

      Could you please explain the reason for the xml-apis dependency in the jdk 1.8 profile? Are these classes not already part of Java 8?

      If there is no specific reason, can this dependency and profile be removed?

      POM v5.2.1: https://repo1.maven.org/maven2/org/apache/xmlbeans/xmlbeans/5.2.1/xmlbeans-5.2.1.pom

      <profiles>
        <profile>
          <id>java8</id>
          <activation>
            <jdk>1.8</jdk>
          </activation>
          <dependencies>
            <dependency>
              <groupId>xml-apis</groupId>
              <artifactId>xml-apis</artifactId>
              <version>1.4.01</version>
            </dependency>
          </dependencies>
        </profile>
      </profiles>

      Attachments

        Activity

          People

            fanningpj PJ Fanning
            rho4 Reto Hoehener
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: