From 63ef1810324524ca07902bf3e91c19a27b4a82ac Mon Sep 17 00:00:00 2001 From: dougqh Date: Tue, 8 Oct 2019 16:34:59 +0200 Subject: [PATCH] Simplifying latestDepTest dependencies --- .../instrumentation/spring-data-1.9/spring-data-1.9.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/dd-java-agent/instrumentation/spring-data-1.9/spring-data-1.9.gradle b/dd-java-agent/instrumentation/spring-data-1.9/spring-data-1.9.gradle index 52d573cd05..3f06c4efe2 100644 --- a/dd-java-agent/instrumentation/spring-data-1.9/spring-data-1.9.gradle +++ b/dd-java-agent/instrumentation/spring-data-1.9/spring-data-1.9.gradle @@ -40,9 +40,6 @@ dependencies { latestDepTestCompile group: 'org.springframework', name: 'spring-test', version: '+' latestDepTestCompile group: 'org.springframework', name: 'spring-context', version: '+' - latestDepTestCompile group: 'org.springframework', name: 'spring-core', version: '+' - latestDepTestCompile group: 'org.springframework', name: 'spring-aop', version: '+' - latestDepTestCompile group: 'org.springframework', name: 'spring-tx', version: '+' latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-commons', version: '+' latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-jpa', version: '+' }