Simplifying latestDepTest dependencies

This commit is contained in:
dougqh 2019-10-08 16:34:59 +02:00
parent 3e6419d4f0
commit 63ef181032
1 changed files with 0 additions and 3 deletions

View File

@ -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: '+'
}