-
Notifications
You must be signed in to change notification settings - Fork 367
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
Genie and its client shouldn't depend on jersey-bundle #52
Labels
Comments
sriramkrishnan
added a commit
that referenced
this issue
Jan 8, 2014
sriramkrishnan
added a commit
that referenced
this issue
Jan 8, 2014
sriramkrishnan
added a commit
that referenced
this issue
Jan 8, 2014
… as Eureka may also be DOWN, etc
sriramkrishnan
added a commit
that referenced
this issue
Jan 8, 2014
Runtime dependencies for genie-client are as follows:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the description of the jersey-bundle artifact:
"Such a bundle is only intended for developers that do not use Maven's dependency system."
The current version of Genie also has a transitive dependency on jersey-bundle due to its use of ribbon-eureka and eureka-client. This is now fixed as by issue Netflix/eureka#53.
The text was updated successfully, but these errors were encountered: