Rename autoconfigure modules (#4779)
This commit is contained in:
parent
2bbd7365b3
commit
a9980cd014
|
@ -11,7 +11,7 @@ muzzle {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":instrumentation:apache-dubbo-2.7:library"))
|
||||
implementation(project(":instrumentation:apache-dubbo-2.7:library-autoconfigure"))
|
||||
|
||||
library("org.apache.dubbo:dubbo:2.7.0")
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ testSets {
|
|||
dependencies {
|
||||
library("org.apache.logging.log4j:log4j-core:2.13.2")
|
||||
|
||||
implementation(project(":instrumentation:log4j:log4j-2.13.2:library"))
|
||||
implementation(project(":instrumentation:log4j:log4j-2.13.2:library-autoconfigure"))
|
||||
|
||||
testImplementation(project(":instrumentation:log4j:log4j-2-common:testing"))
|
||||
}
|
||||
|
|
|
@ -115,7 +115,7 @@ include(":instrumentation:akka-http-10.0:javaagent")
|
|||
include(":instrumentation:apache-camel-2.20:javaagent")
|
||||
include(":instrumentation:apache-camel-2.20:javaagent-unit-tests")
|
||||
include(":instrumentation:apache-dubbo-2.7:javaagent")
|
||||
include(":instrumentation:apache-dubbo-2.7:library")
|
||||
include(":instrumentation:apache-dubbo-2.7:library-autoconfigure")
|
||||
include(":instrumentation:apache-dubbo-2.7:testing")
|
||||
include(":instrumentation:apache-httpasyncclient-4.1:javaagent")
|
||||
include(":instrumentation:apache-httpclient:apache-httpclient-2.0:javaagent")
|
||||
|
@ -264,7 +264,7 @@ include(":instrumentation:liberty:liberty-dispatcher:javaagent")
|
|||
include(":instrumentation:log4j:log4j-1.2:javaagent")
|
||||
include(":instrumentation:log4j:log4j-2.7:javaagent")
|
||||
include(":instrumentation:log4j:log4j-2.13.2:javaagent")
|
||||
include(":instrumentation:log4j:log4j-2.13.2:library")
|
||||
include(":instrumentation:log4j:log4j-2.13.2:library-autoconfigure")
|
||||
include(":instrumentation:log4j:log4j-2-common:testing")
|
||||
include(":instrumentation:logback-1.0:javaagent")
|
||||
include(":instrumentation:logback-1.0:library")
|
||||
|
|
Loading…
Reference in New Issue