Fixing latestDepTest
This commit is contained in:
parent
e696aa7da8
commit
3e6419d4f0
|
@ -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: '+'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue