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

This Eureka code on Java 9 also needs #4

Open
pbaletkeman opened this issue Jan 21, 2018 · 1 comment
Open

This Eureka code on Java 9 also needs #4

pbaletkeman opened this issue Jan 21, 2018 · 1 comment

Comments

@pbaletkeman
Copy link

If you are using Java 9 then you will need to add these lines to your build.gradle for the Eureka project so that you do not get any errors

compile 'javax.xml.bind:jaxb-api:2.3.0'
compile 'com.sun.xml.bind:jaxb-impl:2.3.0'
compile 'com.sun.xml.bind:jaxb-core:2.3.0'
compile 'com.sun.activation:javax.activation:1.2.0'
@gregturn
Copy link
Member

Heh, I haven't even looked at Java 9 on my system. Thanks for the input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants