Added dependencies for apache commons-exec.
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/c67dfbcb Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c67dfbcb Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c67dfbcb Branch: refs/heads/BIGTOP-2666 Commit: c67dfbcbbc7daaadbe434be66b371757b2ab9bbd Parents: e04f24f Author: Raj Desai <[email protected]> Authored: Mon Oct 24 17:18:16 2016 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Feb 24 11:45:59 2017 -0800 ---------------------------------------------------------------------- bigtop-tests/spec-tests/runtime/build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/c67dfbcb/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'
