[ 
https://issues.apache.org/jira/browse/FC-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn McKinney updated FC-284:
------------------------------
    Fix Version/s:     (was: 3.0.0-RC1)
                   2.0.6

> [fortress-core] JDK14 dependency for xml.bind missing
> -----------------------------------------------------
>
>                 Key: FC-284
>                 URL: https://issues.apache.org/jira/browse/FC-284
>             Project: FORTRESS
>          Issue Type: Bug
>    Affects Versions: 2.0.5
>            Reporter: Shawn McKinney
>            Assignee: Shawn McKinney
>            Priority: Major
>             Fix For: 2.0.6
>
>
> 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>
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to