aboutsummaryrefslogtreecommitdiff
path: root/bigtop-tests
diff options
context:
space:
mode:
authorRaj Desai <rddesai@us.ibm.com>2016-10-24 17:18:16 -0700
committerRoman Shaposhnik <rvs@apache.org>2017-03-23 10:27:09 -0700
commit62dbaf77de9c197e70c3a0424bebdef8a678d2ce (patch)
tree9f06f96a0a74eb172e8bf2b3e95553a590b8ed9d /bigtop-tests
parent1b8079c04b682c8576b5115197d209c6c9ef4e20 (diff)
Added dependencies for apache commons-exec.
(cherry picked from commit 0d7dc0380e942b443189a19b93b96b3250332431)
Diffstat (limited to 'bigtop-tests')
-rw-r--r--bigtop-tests/spec-tests/runtime/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/bigtop-tests/spec-tests/runtime/build.gradle b/bigtop-tests/spec-tests/runtime/build.gradle
index 4df0dae0..55055506 100644
--- a/bigtop-tests/spec-tests/runtime/build.gradle
+++ b/bigtop-tests/spec-tests/runtime/build.gradle
@@ -25,6 +25,7 @@ repositories {
dependencies {
compile group: 'junit', name: 'junit', version: junitVersion, transitive: 'true'
compile group: 'commons-logging', name: 'commons-logging', version: '1.1.3'
+ compile group: 'org.apache.commons', name: 'commons-exec', version: '1.3'
compile group: 'org.apache.hive', name: 'hive-jdbc', version: '1.2.1'
compile group: 'org.apache.hive', name: 'hive-metastore', version: '1.2.1'
compile group: 'org.apache.hive', name: 'hive-common', version: '1.2.1'