Update folder structure (#3174)
* Update apache-dubbo-2.7 folder structure * Update logback-1.0 folder structure
This commit is contained in:
parent
5e4c5684e6
commit
935eeae544
|
@ -9,11 +9,11 @@ muzzle {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':instrumentation:apache-dubbo:apache-dubbo-2.7:library')
|
||||
implementation project(':instrumentation:apache-dubbo-2.7:library')
|
||||
|
||||
library "org.apache.dubbo:dubbo:2.7.0"
|
||||
|
||||
testImplementation project(':instrumentation:apache-dubbo:apache-dubbo-2.7:testing')
|
||||
testImplementation project(':instrumentation:apache-dubbo-2.7:testing')
|
||||
|
||||
testLibrary "org.apache.dubbo:dubbo-config-api:2.7.0"
|
||||
latestDepTestLibrary "org.apache.dubbo:dubbo:2.+"
|
|
@ -3,7 +3,7 @@ apply from: "$rootDir/gradle/instrumentation-library.gradle"
|
|||
dependencies {
|
||||
library "org.apache.dubbo:dubbo:2.7.0"
|
||||
|
||||
testImplementation project(':instrumentation:apache-dubbo:apache-dubbo-2.7:testing')
|
||||
testImplementation project(':instrumentation:apache-dubbo-2.7:testing')
|
||||
|
||||
testLibrary "org.apache.dubbo:dubbo-config-api:2.7.0"
|
||||
latestDepTestLibrary "org.apache.dubbo:dubbo:2.+"
|
|
@ -9,11 +9,11 @@ muzzle {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':instrumentation:logback:logback-1.0:library')
|
||||
implementation project(':instrumentation:logback-1.0:library')
|
||||
|
||||
library "ch.qos.logback:logback-classic:1.0.0"
|
||||
|
||||
testImplementation project(':instrumentation:logback:logback-1.0:testing')
|
||||
testImplementation project(':instrumentation:logback-1.0:testing')
|
||||
|
||||
// 1.3+ contains breaking changes, check back after it stabilizes.
|
||||
latestDepTestLibrary "ch.qos.logback:logback-classic:1.2.+"
|
|
@ -3,7 +3,7 @@ apply from: "$rootDir/gradle/instrumentation-library.gradle"
|
|||
dependencies {
|
||||
library "ch.qos.logback:logback-classic:1.0.0"
|
||||
|
||||
testImplementation project(':instrumentation:logback:logback-1.0:testing')
|
||||
testImplementation project(':instrumentation:logback-1.0:testing')
|
||||
|
||||
// 1.3+ contains breaking changes, check back after it stabilizes.
|
||||
latestDepTestLibrary "ch.qos.logback:logback-classic:1.2.+"
|
|
@ -17,7 +17,7 @@
|
|||
apply from: "$rootDir/gradle/java.gradle"
|
||||
|
||||
dependencies {
|
||||
compileOnly project(":instrumentation:logback:logback-1.0:library")
|
||||
compileOnly project(":instrumentation:logback-1.0:library")
|
||||
|
||||
api project(':testing-common')
|
||||
|
|
@ -84,9 +84,9 @@ include ':instrumentation:akka-actor-2.5:javaagent'
|
|||
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:apache-dubbo-2.7:javaagent'
|
||||
include ':instrumentation:apache-dubbo:apache-dubbo-2.7:library'
|
||||
include ':instrumentation:apache-dubbo:apache-dubbo-2.7:testing'
|
||||
include ':instrumentation:apache-dubbo-2.7:javaagent'
|
||||
include ':instrumentation:apache-dubbo-2.7:library'
|
||||
include ':instrumentation:apache-dubbo-2.7:testing'
|
||||
include ':instrumentation:apache-httpasyncclient-4.1:javaagent'
|
||||
include ':instrumentation:apache-httpclient:apache-httpclient-2.0:javaagent'
|
||||
include ':instrumentation:apache-httpclient:apache-httpclient-4.0:javaagent'
|
||||
|
@ -211,9 +211,9 @@ 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-testing'
|
||||
include ':instrumentation:logback:logback-1.0:javaagent'
|
||||
include ':instrumentation:logback:logback-1.0:library'
|
||||
include ':instrumentation:logback:logback-1.0:testing'
|
||||
include ':instrumentation:logback-1.0:javaagent'
|
||||
include ':instrumentation:logback-1.0:library'
|
||||
include ':instrumentation:logback-1.0:testing'
|
||||
include ':instrumentation:methods:javaagent'
|
||||
include ':instrumentation:mongo:mongo-3.1:javaagent'
|
||||
include ':instrumentation:mongo:mongo-3.1:library'
|
||||
|
|
Loading…
Reference in New Issue