Merge branch 'master' into PAN-15

This commit is contained in:
Alex Tusa
2019-03-20 22:15:08 -06:00
committed by GitHub
42 changed files with 1954 additions and 383 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ dependencies {
compile group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.7'
compile group: 'com.google.code.gson', name: 'gson', version: '2.7'
compile fileTree(dir: 'lib', include: '**/*.jar')
testCompile "org.springframework:spring-test:5.0.9.RELEASE"
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.springframework', name: 'spring-test', version: '5.1.5.RELEASE'
}