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

Genie and its client shouldn't depend on jersey-bundle #52

Closed
sriramkrishnan opened this issue Jan 8, 2014 · 1 comment
Closed

Genie and its client shouldn't depend on jersey-bundle #52

sriramkrishnan opened this issue Jan 8, 2014 · 1 comment
Assignees
Labels

Comments

@sriramkrishnan
Copy link
Contributor

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.

@ghost ghost assigned sriramkrishnan 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
sriramkrishnan added a commit that referenced this issue Jan 9, 2014
Pull request for issue #52
@sriramkrishnan
Copy link
Contributor Author

Runtime dependencies for genie-client are as follows:

runtime - Classpath for running the compiled main classes.
+--- javax.ws.rs:jsr311-api:1.1.1
+--- com.sun.jersey:jersey-json:1.11
|    +--- org.codehaus.jettison:jettison:1.1
|    |    \--- stax:stax-api:1.0.1
|    +--- com.sun.xml.bind:jaxb-impl:2.2.3-1
|    |    \--- javax.xml.bind:jaxb-api:2.2.2
|    |         +--- javax.xml.stream:stax-api:1.0-2
|    |         \--- javax.activation:activation:1.1
|    +--- org.codehaus.jackson:jackson-core-asl:1.9.2 -> 1.9.11
|    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.2 -> 1.9.11
|    |    \--- org.codehaus.jackson:jackson-core-asl:1.9.11
|    +--- org.codehaus.jackson:jackson-jaxrs:1.9.2
|    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.2 -> 1.9.11
|    |    \--- org.codehaus.jackson:jackson-mapper-asl:1.9.2 -> 1.9.11 (*)
|    \--- org.codehaus.jackson:jackson-xc:1.9.2
|         +--- org.codehaus.jackson:jackson-core-asl:1.9.2 -> 1.9.11
|         \--- org.codehaus.jackson:jackson-mapper-asl:1.9.2 -> 1.9.11 (*)
+--- org.apache.openjpa:openjpa:2.2.1
|    +--- commons-lang:commons-lang:2.4 -> 2.6
|    +--- commons-collections:commons-collections:3.2.1
|    +--- net.sourceforge.serp:serp:1.13.1
|    |    \--- junit:junit:3.8.1
|    +--- org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1
|    +--- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1
|    +--- commons-pool:commons-pool:1.5.4
|    +--- asm:asm:3.2
|    +--- javax.xml.stream:stax-api:1.0-2
|    \--- org.apache.geronimo.specs:geronimo-jpa_2.0_spec:1.1
+--- org.slf4j:slf4j-log4j12:1.6.1
|    +--- org.slf4j:slf4j-api:1.6.1 -> 1.6.4
|    \--- log4j:log4j:1.2.16
+--- com.netflix.ribbon:ribbon-core:0.3.4
|    +--- commons-collections:commons-collections:3.2.1
|    +--- com.netflix.netflix-commons:netflix-commons-util:0.1.1
|    |    \--- org.slf4j:slf4j-api:1.6.4
|    +--- com.netflix.netflix-commons:netflix-statistics:0.1.1
|    |    +--- org.slf4j:slf4j-api:1.6.4
|    |    \--- com.google.code.findbugs:annotations:2.0.0
|    +--- com.netflix.servo:servo-core:0.4.44
|    |    +--- org.slf4j:slf4j-api:1.6.3 -> 1.6.4
|    |    +--- com.google.guava:guava:11.0.1 -> 14.0.1
|    |    \--- com.google.code.findbugs:annotations:2.0.0
|    +--- com.netflix.archaius:archaius-core:0.5.12
|    |    +--- com.google.guava:guava:11.0.2 -> 14.0.1
|    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.11 (*)
|    |    +--- commons-configuration:commons-configuration:1.8
|    |    |    +--- commons-lang:commons-lang:2.6
|    |    |    \--- commons-logging:commons-logging:1.1.1
|    |    +--- org.slf4j:slf4j-api:1.6.4
|    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.11
|    |    \--- com.google.code.findbugs:annotations:2.0.0
|    +--- com.google.guava:guava:14.0.1
|    +--- org.slf4j:slf4j-api:1.6.4
|    \--- com.netflix.rxjava:rxjava-core:0.14.2
+--- com.netflix.ribbon:ribbon-eureka:0.3.4
|    +--- commons-collections:commons-collections:3.2.1
|    +--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 (*)
|    +--- com.netflix.eureka:eureka-client:1.1.107 -> 1.1.123
|    +--- com.netflix.ribbon:ribbon-core:0.3.4 (*)
|    +--- com.netflix.servo:servo-core:0.4.44 (*)
|    +--- com.netflix.archaius:archaius-core:0.5.12 (*)
|    +--- com.google.guava:guava:14.0.1
|    \--- org.slf4j:slf4j-api:1.6.4
+--- com.netflix.ribbon:ribbon-httpclient:0.3.4
|    +--- com.netflix.netflix-commons:netflix-commons-util:0.1.1 (*)
|    +--- commons-collections:commons-collections:3.2.1
|    +--- javax.ws.rs:jsr311-api:1.1.1
|    +--- com.sun.jersey:jersey-core:1.11
|    +--- com.netflix.servo:servo-core:0.4.44 (*)
|    +--- com.netflix.ribbon:ribbon-core:0.3.4 (*)
|    +--- com.google.guava:guava:14.0.1
|    +--- org.apache.httpcomponents:httpclient:4.2.1
|    |    +--- org.apache.httpcomponents:httpcore:4.2.1
|    |    +--- commons-logging:commons-logging:1.1.1
|    |    \--- commons-codec:commons-codec:1.6
|    +--- com.sun.jersey:jersey-client:1.11
|    +--- com.sun.jersey.contribs:jersey-apache-client4:1.11
|    |    \--- org.apache.httpcomponents:httpclient:4.1.1 -> 4.2.1 (*)
|    +--- com.netflix.archaius:archaius-core:0.5.12 (*)
|    \--- org.slf4j:slf4j-api:1.6.4
+--- com.netflix.eureka:eureka-client:1.1.123
\--- commons-configuration:commons-configuration:1.8 (*)

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

No branches or pull requests

1 participant