Archived
0

обновлены тесты Location's

This commit is contained in:
2018-09-08 02:11:54 +03:00
parent bd37bc8615
commit 1a2ebcfa0a
4 changed files with 59 additions and 22 deletions

View File

@@ -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) {