Skip to content

Commit

Permalink
Move jaxrs bootstrap module (#4448)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Oct 20, 2021
1 parent a50c133 commit b1d638f
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion instrumentation/jaxrs/jaxrs-1.0/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ muzzle {
}

dependencies {
compileOnly(project(":instrumentation:jaxrs:bootstrap"))
compileOnly(project(":instrumentation:jaxrs:jaxrs-common:bootstrap"))

compileOnly("javax.ws.rs:jsr311-api:1.1.1")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ muzzle {
}

dependencies {
compileOnly(project(":instrumentation:jaxrs:bootstrap"))
compileOnly(project(":instrumentation:jaxrs:jaxrs-common:bootstrap"))

compileOnly("javax.ws.rs:javax.ws.rs-api:2.0")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ muzzle {
}

dependencies {
compileOnly(project(":instrumentation:jaxrs:bootstrap"))
compileOnly(project(":instrumentation:jaxrs:jaxrs-common:bootstrap"))

compileOnly("javax.ws.rs:javax.ws.rs-api:2.0")
compileOnly("javax.servlet:javax.servlet-api:3.1.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ muzzle {
}

dependencies {
compileOnly(project(":instrumentation:jaxrs:bootstrap"))
compileOnly(project(":instrumentation:jaxrs:jaxrs-common:bootstrap"))

compileOnly("javax.ws.rs:javax.ws.rs-api:2.0")
compileOnly("javax.servlet:javax.servlet-api:3.1.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ muzzle {
}

dependencies {
compileOnly(project(":instrumentation:jaxrs:bootstrap"))
compileOnly(project(":instrumentation:jaxrs:jaxrs-common:bootstrap"))

compileOnly("javax.ws.rs:javax.ws.rs-api:2.0")
library("org.jboss.resteasy:resteasy-jaxrs:3.0.0.Final")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
compileOnly(project(":instrumentation:jaxrs:bootstrap"))
compileOnly(project(":instrumentation:jaxrs:jaxrs-common:bootstrap"))

compileOnly("javax.ws.rs:javax.ws.rs-api:2.0")
compileOnly("org.jboss.resteasy:resteasy-jaxrs:3.1.0.Final")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ include(":instrumentation:hibernate:hibernate-procedure-call-4.3:javaagent")
include(":instrumentation:http-url-connection:javaagent")
include(":instrumentation:hystrix-1.4:javaagent")
include(":instrumentation:java-http-client:javaagent")
include(":instrumentation:jaxrs:bootstrap")
include(":instrumentation:jaxrs:jaxrs-common:bootstrap")
include(":instrumentation:jaxrs:jaxrs-1.0:javaagent")
include(":instrumentation:jaxrs:jaxrs-2.0:jaxrs-2.0-arquillian-testing")
include(":instrumentation:jaxrs:jaxrs-2.0:jaxrs-2.0-common:javaagent")
Expand Down

0 comments on commit b1d638f

Please sign in to comment.