Removing unneecessary dependencies
Removing dependencies rendered redundant by clean-up in datadog repo - as per review comment
This commit is contained in:
parent
5f5605f6b1
commit
d2ba6af80c
|
@ -19,14 +19,7 @@ testSets {
|
|||
dependencies {
|
||||
compileOnly(group: 'org.springframework.data', name: 'spring-data-commons', version: '1.5.0.RELEASE')
|
||||
compileOnly(group: 'org.springframework', name: 'spring-aop', version: '3.0.0.RELEASE')
|
||||
compile project(':dd-java-agent:agent-tooling')
|
||||
|
||||
compile deps.bytebuddy
|
||||
compile deps.opentracing
|
||||
annotationProcessor deps.autoservice
|
||||
implementation deps.autoservice
|
||||
|
||||
testCompile(project(':dd-java-agent:testing'))
|
||||
testCompile project(':dd-java-agent:instrumentation:jdbc')
|
||||
testCompile group: 'org.spockframework', name: 'spock-spring', version: "$versions.spock"
|
||||
testCompile group: 'org.springframework', name: 'spring-test', version: '3.0.0.RELEASE'
|
||||
|
|
Loading…
Reference in New Issue