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/b5141001 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b5141001 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b5141001 Branch: refs/heads/BIGTOP-1406 Commit: b5141001dd9af1c42cb3f8b27f25a1967acb9355 Parents: 37d4cbe Author: Raj Desai <[email protected]> Authored: Mon Oct 24 17:18:16 2016 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Feb 24 12:03:44 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/b5141001/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'
