Consolidate jboss-logmanager directories (#5983)

This commit is contained in:
Trask Stalnaker 2022-05-05 08:54:48 -07:00 committed by GitHub
parent 400bd5af3f
commit f2ed9bfbcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ dependencies {
compileOnly(project(":javaagent-bootstrap"))
// ensure no cross interference
testInstrumentation(project(":instrumentation:jboss-logmanager-1.1:javaagent"))
testInstrumentation(project(":instrumentation:jboss-logmanager:jboss-logmanager-1.1:javaagent"))
testImplementation("org.awaitility:awaitility")
}

View File

@ -252,8 +252,8 @@ include(":instrumentation:jaxws:jaxws-2.0-tomee-testing")
include(":instrumentation:jaxws:jaxws-2.0-wildfly-testing")
include(":instrumentation:jaxws:jaxws-common:library")
include(":instrumentation:jaxws:jaxws-jws-api-1.1:javaagent")
include(":instrumentation:jboss-logmanager-1.1:javaagent")
include(":instrumentation:jboss-logmanager-mdc-1.1:javaagent")
include(":instrumentation:jboss-logmanager:jboss-logmanager-1.1:javaagent")
include(":instrumentation:jboss-logmanager:jboss-logmanager-mdc-1.1:javaagent")
include(":instrumentation:jdbc:javaagent")
include(":instrumentation:jdbc:library")
include(":instrumentation:jdbc:testing")