You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2017/03/23 17:27:34 UTC

[03/50] [abbrv] bigtop git commit: Added dependencies for apache commons-exec.

Added dependencies for apache commons-exec.

(cherry picked from commit 0d7dc0380e942b443189a19b93b96b3250332431)


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/62dbaf77
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/62dbaf77
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/62dbaf77

Branch: refs/heads/master
Commit: 62dbaf77de9c197e70c3a0424bebdef8a678d2ce
Parents: 1b8079c
Author: Raj Desai <rd...@us.ibm.com>
Authored: Mon Oct 24 17:18:16 2016 -0700
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Thu Mar 23 10:27:09 2017 -0700

----------------------------------------------------------------------
 bigtop-tests/spec-tests/runtime/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/62dbaf77/bigtop-tests/spec-tests/runtime/build.gradle
----------------------------------------------------------------------
diff --git a/bigtop-tests/spec-tests/runtime/build.gradle b/bigtop-tests/spec-tests/runtime/build.gradle
index 4df0dae..5505550 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'