summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorYoung Gyu Park <younggyu@google.com>2018-08-21 16:25:41 +0900
committerYoung Gyu Park <younggyu@google.com>2018-08-24 08:52:05 +0900
commit85586068d384d4e51d22cee1fe0f3ab75167a34a (patch)
treefacd45ddac28910a417a2b3ea1bfa36e22ab3e73 /build.gradle
parent7148352cb05e0d011d568f1465cfb1ef1882dcce (diff)
downloaddashboard-85586068d384d4e51d22cee1fe0f3ab75167a34a.tar.gz
Implementing rest API for API coverage.
Test: go/vts-web-staging Bug: 111481322 Change-Id: I68604b91f38adb8bfec94d9f2a1d1a7585193a6f
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 6a5d039..279417b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,7 +53,7 @@ dependencies {
compile 'jstl:jstl:1.2'
- compile group: 'commons-lang', name: 'commons-lang', version:'2.6'
+ compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.7'
compile group: 'org.apache.commons', name: 'commons-math3', version:'3.6.1'
compile group: 'commons-codec', name: 'commons-codec', version:'1.9'
compile group: 'com.google.cloud', name: 'google-cloud', version: "${googleCloudVersion}"
@@ -69,7 +69,8 @@ dependencies {
compile group: 'com.google.http-client', name: 'google-http-client-protobuf', version: "${googleHttpClientVersion}"
compile group: 'com.google.visualization', name: 'visualization-datasource', version:'1.1.1'
- testCompile group: 'junit', name: 'junit', version:'4.12'
+ testCompile group: 'junit', name: 'junit', version: '4.12'
+ testCompile group: 'org.mockito', name: 'mockito-core', version: '2.21.0'
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version:'5.0.3'
testCompile 'com.google.appengine:appengine-testing:+'