Fixing latestDepTest

This commit is contained in:
dougqh 2019-10-08 15:12:43 +02:00
parent e696aa7da8
commit 3e6419d4f0
1 changed files with 4 additions and 2 deletions

View File

@ -40,8 +40,10 @@ dependencies {
latestDepTestCompile group: 'org.springframework', name: 'spring-test', version: '+'
latestDepTestCompile group: 'org.springframework', name: 'spring-context', version: '+'
latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-commons', version: '1.9.+'
latestDepTestCompile group: 'org.springframework', name: 'spring-core', version: '+'
latestDepTestCompile group: 'org.springframework', name: 'spring-aop', version: '+'
latestDepTestCompile group: 'org.springframework.data', name: 'spring-data-jpa', version: '1.7.+'
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: '+'
}