Shawn McKinney created FC-284:
---------------------------------
Summary: [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
Fix For: 3.0.0-RC1
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: [email protected]
For additional commands, e-mail: [email protected]