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 javax.xml.bind to pom #3

Open
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
1 participant
@jzohrab
Copy link

commented Apr 5, 2019

Without this, java.lang.NoClassDefFoundError occurs due to
missing javax/xml/bind/ValidationException

Solution found in https://stackoverflow.com/questions/43574426

Add javax.xml.bind to pom
Without this, java.lang.NoClassDefFoundError occurs due to
missing javax/xml/bind/ValidationException

Solution found in https://stackoverflow.com/questions/43574426
@jzohrab

This comment has been minimized.

Copy link
Author

commented Apr 5, 2019

Hi @julien-sobczak, I'm not a Java dev so this PR may need fixing. I needed to make this fix to build the code on my mac:

$ java --version
java 10.0.2 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

and per the commit comment I found the above solution in StackOverflow.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.