Uploaded image for project: 'FORTRESS'
  1. FORTRESS
  2. FC-284

[fortress-core] JDK14 dependency for xml.bind missing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.5
    • 2.0.6
    • None

    Description

      Recent editions of the compiler drop the xml.bind dependency.  Extend fortress profile for pulling in the additional dependency to jdk 14 and beyond.

       

      ```

      <!-- If JDK11++ pull in the JAXB API dependency. -->
      <profile>
           <id>jdk-11+</id>
           <activation>
             <jdk>[11,]</jdk>
           </activation>
           <dependencies>
               <dependency>
                   <groupId>javax.xml.bind</groupId>
                   <artifactId>jaxb-api</artifactId>
                   <version>${version.jaxb.api}</version>
               </dependency>
           </dependencies>
      </profile>

      ```

      Attachments

        Activity

          People

            smckinney Shawn McKinney
            smckinney Shawn McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: