Files
perfdb/pdb-plotting/build.gradle
ahr 3cc512f73d update third party libs
testng 6.11 -> 6.13.1
jackson-databind 2.9.1 -> 2.9.3
guava 23.0 -> 23.6-jre
2017-12-30 10:06:57 +01:00

9 lines
229 B
Groovy

dependencies {
compile project(':performanceDb')
compile 'org.lucares:primitiveCollections:0.1.20171228131833'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.3'
compile 'com.google.guava:guava:23.6-jre'
}