diff --git a/python/pom.xml b/python/pom.xml index e520b4beff..380a874317 100644 --- a/python/pom.xml +++ b/python/pom.xml @@ -39,6 +39,8 @@ **/PythonInterpreterPandasSqlTest.java, **/PythonInterpreterMatplotlibTest.java + https://pypi.python.org/packages + /64/5c/01e13b68e8caafece40d549f232c9b5677ad1016071a48d04cc3895acaa3 @@ -107,7 +109,7 @@ package download-single - https://pypi.python.org/packages/64/5c/01e13b68e8caafece40d549f232c9b5677ad1016071a48d04cc3895acaa3 + ${pypi.repo.url}${python.py4j.repo.folder} py4j-${python.py4j.version}.zip ${project.build.directory}/../../interpreter/python/py4j-${python.py4j.version}.zip diff --git a/spark-dependencies/pom.xml b/spark-dependencies/pom.xml index b696f527b6..b7904c091f 100644 --- a/spark-dependencies/pom.xml +++ b/spark-dependencies/pom.xml @@ -60,7 +60,7 @@ http://d3kbcqa49mib13.cloudfront.net/${spark.archive}.tgz - http://d3kbcqa49mib13.cloudfront.net/spark-${spark.version}-bin-without-hadoop.tgz + http://d3kbcqa49mib13.cloudfront.net/${spark.archive}-bin-without-hadoop.tgz 0.8.2.1 diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml index 1bfd0b9542..6924722466 100644 --- a/zeppelin-web/pom.xml +++ b/zeppelin-web/pom.xml @@ -42,6 +42,12 @@ false ../bin UTF-8 + + + https://nodejs.org/dist/ + https://nodejs.org/dist/ + http://registry.npmjs.org/npm/-/ + https://github.com/yarnpkg/yarn/releases/download/ @@ -58,7 +64,14 @@ com.github.eirslett frontend-maven-plugin - ${plugin.frontned.version} + ${plugin.frontend.version} + + ${plugin.frontend.downloadRoot} + ${plugin.frontend.nodeDownloadRoot} + ${plugin.frontend.npmDownloadRoot} + ${plugin.frontend.yarnDownloadRoot} + +