Move jaxrs bootstrap module (#4448)
This commit is contained in:
parent
a50c13382f
commit
b1d638fc35
|
|
@ -16,7 +16,7 @@ muzzle {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":instrumentation:jaxrs:bootstrap"))
|
compileOnly(project(":instrumentation:jaxrs:jaxrs-common:bootstrap"))
|
||||||
|
|
||||||
compileOnly("javax.ws.rs:jsr311-api:1.1.1")
|
compileOnly("javax.ws.rs:jsr311-api:1.1.1")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ muzzle {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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.ws.rs:javax.ws.rs-api:2.0")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ muzzle {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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.ws.rs:javax.ws.rs-api:2.0")
|
||||||
compileOnly("javax.servlet:javax.servlet-api:3.1.0")
|
compileOnly("javax.servlet:javax.servlet-api:3.1.0")
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ muzzle {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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.ws.rs:javax.ws.rs-api:2.0")
|
||||||
compileOnly("javax.servlet:javax.servlet-api:3.1.0")
|
compileOnly("javax.servlet:javax.servlet-api:3.1.0")
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ muzzle {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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.ws.rs:javax.ws.rs-api:2.0")
|
||||||
library("org.jboss.resteasy:resteasy-jaxrs:3.0.0.Final")
|
library("org.jboss.resteasy:resteasy-jaxrs:3.0.0.Final")
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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.ws.rs:javax.ws.rs-api:2.0")
|
||||||
compileOnly("org.jboss.resteasy:resteasy-jaxrs:3.1.0.Final")
|
compileOnly("org.jboss.resteasy:resteasy-jaxrs:3.1.0.Final")
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,7 @@ include(":instrumentation:hibernate:hibernate-procedure-call-4.3:javaagent")
|
||||||
include(":instrumentation:http-url-connection:javaagent")
|
include(":instrumentation:http-url-connection:javaagent")
|
||||||
include(":instrumentation:hystrix-1.4:javaagent")
|
include(":instrumentation:hystrix-1.4:javaagent")
|
||||||
include(":instrumentation:java-http-client: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-1.0:javaagent")
|
||||||
include(":instrumentation:jaxrs:jaxrs-2.0:jaxrs-2.0-arquillian-testing")
|
include(":instrumentation:jaxrs:jaxrs-2.0:jaxrs-2.0-arquillian-testing")
|
||||||
include(":instrumentation:jaxrs:jaxrs-2.0:jaxrs-2.0-common:javaagent")
|
include(":instrumentation:jaxrs:jaxrs-2.0:jaxrs-2.0-common:javaagent")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue