Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5.0
Description
The japicmp plugin does not work out-of-the-box with java 9 as per https://github.com/siom79/japicmp/issues/177.
We have to add the following to the plugins dependency section:
<dependencies> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>javax.activation-api</artifactId> <version>1.2.0</version> </dependency> </dependencies>
Attachments
Issue Links
- links to