PAN-11 fixed all integration tests

This commit is contained in:
2019-04-07 18:00:12 -06:00
parent c8600b8bb4
commit 12f7d7f359
5 changed files with 94 additions and 8 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ dependencies {
compile fileTree(dir: 'lib', include: '**/*.jar')
testCompile "org.springframework:spring-test:5.0.9.RELEASE"
testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.1.2.RELEASE'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.springframework', name: 'spring-test', version: '5.1.5.RELEASE'
}