Fix nightly build (#2384)
This commit is contained in:
parent
99864c7fdf
commit
68742677e4
|
@ -14,4 +14,6 @@ dependencies {
|
|||
library group: 'org.apache.dubbo', name: 'dubbo', version: '2.7.0'
|
||||
|
||||
testImplementation project(':instrumentation:apache-dubbo:apache-dubbo-2.7:testing')
|
||||
|
||||
testLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2.7.0'
|
||||
}
|
||||
|
|
|
@ -4,4 +4,6 @@ dependencies {
|
|||
library group: 'org.apache.dubbo', name: 'dubbo', version: '2.7.0'
|
||||
|
||||
testImplementation project(':instrumentation:apache-dubbo:apache-dubbo-2.7:testing')
|
||||
|
||||
testLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2.7.0'
|
||||
}
|
Loading…
Reference in New Issue