Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependencies for javax.xml #8

Open
jachinte opened this issue Oct 14, 2019 · 0 comments
Open

Add dependencies for javax.xml #8

jachinte opened this issue Oct 14, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jachinte
Copy link
Member

javax.xml.bind was removed in JDK 11, thus the project fails to compile. From here, it seems like the issue should be resolved by adding the dependencies below to the graph metamodel module:

<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>
@jachinte jachinte self-assigned this Oct 14, 2019
@jachinte jachinte added the bug Something isn't working label Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant