Repository: ambari Updated Branches: refs/heads/trunk 88acfa0c9 -> a60d8608b
AMBARI-5403. Downloading jdk fails on ambair-server setup on ubuntu due to no curl is installed (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a60d8608 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a60d8608 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a60d8608 Branch: refs/heads/trunk Commit: a60d8608bc45d360115894779a4962b3f75ab22a Parents: 88acfa0 Author: Andrew Onischuk <[email protected]> Authored: Wed Apr 9 04:43:57 2014 -0700 Committer: Andrew Onischuk <[email protected]> Committed: Wed Apr 9 04:43:57 2014 -0700 ---------------------------------------------------------------------- ambari-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a60d8608/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index fafab1c..4f124b9 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -27,7 +27,7 @@ <python.ver>python >= 2.6</python.ver> <deb.python.ver>python (>= 2.6)</deb.python.ver> <deb.architecture>amd64</deb.architecture> - <deb.dependency.list>openssl, postgresql (>= 8.1), ${deb.python.ver}</deb.dependency.list> + <deb.dependency.list>openssl, postgresql (>= 8.1), ${deb.python.ver}, curl</deb.dependency.list> <custom.tests>false</custom.tests> <hdpUrlForCentos6>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.1.1.0</hdpUrlForCentos6> <hdpLatestUrl>http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json</hdpLatestUrl>
