обновлены тесты Location's
This commit is contained in:
@@ -35,15 +35,14 @@ subprojects {
|
||||
exclude group: 'commons-logging'
|
||||
}
|
||||
|
||||
/* Components */
|
||||
/* Lombok */
|
||||
compile (group: 'org.projectlombok', name: 'lombok', version: '1.16.16')
|
||||
|
||||
/* JUnit */
|
||||
/* Testing */
|
||||
testCompile (group: 'junit', name: 'junit', version: '4.12')
|
||||
/* Simple log */
|
||||
testCompile (group: 'org.slf4j', name: 'slf4j-simple', version: slf4j_version)
|
||||
/* Mockito */
|
||||
testCompile (group: 'org.mockito', name: 'mockito-core', version: '1.9.5')
|
||||
testCompile (group: 'org.springframework', name: 'spring-test', version: spring_version)
|
||||
}
|
||||
|
||||
task copyDep(type: Copy) {
|
||||
|
||||
Reference in New Issue
Block a user