Skip to content

Commit

Permalink
Rename autoconfigure modules (#4779)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 2, 2021
1 parent 2bbd736 commit a9980cd
Show file tree
Hide file tree
Showing 28 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
}
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit a9980cd

Please sign in to comment.