Rename autoconfigure modules (#4779)

This commit is contained in:
Trask Stalnaker 2021-12-01 22:03:12 -08:00 committed by GitHub
parent 2bbd7365b3
commit a9980cd014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with 4 additions and 4 deletions

View File

@ -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")

View File

@ -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"))
}

View File

@ -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")