Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

jaxb-api 2.3.0 declares java.activation transitive dependency in module-info, but not in pom.xml #1207

@lukaseder

Description

@lukaseder

The jaxb-api 2.3.0 library has a dependency on the java.activation module, which has been removed from JDK 11. The dependency is declared in module-info.java but not in pom.xml:
http://search.maven.org/#artifactdetails%7Cjavax.xml.bind%7Cjaxb-api%7C2.3.0%7Cjar

It should be declared there as well, so clients of the jaxb-api don't have to discover this dependency at runtime due to NoClassDefFoundError

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions