Skip to content

Commit

Permalink
use existing dep for j-client (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradellis authored Jun 30, 2022
1 parent 3826422 commit baf89ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions instrumentation/jersey-client-2.26/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
dependencies {
implementation(project(":agent-bridge"))
implementation(project(":newrelic-api"))
implementation("org.glassfish.jersey.core:jersey-client:2.26")
testImplementation("org.glassfish.jersey.inject:jersey-hk2:2.26")
testImplementation("org.glassfish.jersey.core:jersey-common:2.26")
implementation("org.glassfish.jersey.core:jersey-client:2.28")

testImplementation("org.glassfish.jersey.inject:jersey-hk2:2.28")
testImplementation("org.glassfish.jersey.core:jersey-common:2.28")

}

Expand Down

0 comments on commit baf89ef

Please sign in to comment.