PAN-52 Updated the build.gradle files

This commit is contained in:
2019-03-17 15:37:04 -06:00
parent 6009720d80
commit 6197beb309
3 changed files with 6 additions and 8 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ 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'
}