Removing unneecessary dependencies

Removing dependencies rendered redundant by clean-up in datadog repo - as per review comment
This commit is contained in:
dougqh 2019-09-11 14:29:34 -04:00
parent 5f5605f6b1
commit d2ba6af80c
1 changed files with 0 additions and 7 deletions

View File

@ -19,14 +19,7 @@ testSets {
dependencies { dependencies {
compileOnly(group: 'org.springframework.data', name: 'spring-data-commons', version: '1.5.0.RELEASE') 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') 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 project(':dd-java-agent:instrumentation:jdbc')
testCompile group: 'org.spockframework', name: 'spock-spring', version: "$versions.spock" testCompile group: 'org.spockframework', name: 'spock-spring', version: "$versions.spock"
testCompile group: 'org.springframework', name: 'spring-test', version: '3.0.0.RELEASE' testCompile group: 'org.springframework', name: 'spring-test', version: '3.0.0.RELEASE'