aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2016-01-08 20:58:53 -0800
committerReynold Xin <rxin@databricks.com>2016-01-08 20:58:53 -0800
commit090d691323063c436601943506baac3ec5255dd9 (patch)
tree982ab60cae46c8379f120a6e041a007d29ed3858 /external
parent1fdf9bbd67b884f23150b651f0fefdab6ccf008a (diff)
downloadspark-090d691323063c436601943506baac3ec5255dd9.tar.gz
spark-090d691323063c436601943506baac3ec5255dd9.tar.bz2
spark-090d691323063c436601943506baac3ec5255dd9.zip
[SPARK-4628][BUILD] Remove all non-Maven-Central repositories from build
This patch removes all non-Maven-central repositories from Spark's build, thereby avoiding any risk of future build-breaks due to us accidentally depending on an artifact which is not present in an immutable public Maven repository. I tested this by running ``` build/mvn \ -Phive \ -Phive-thriftserver \ -Pkinesis-asl \ -Pspark-ganglia-lgpl \ -Pyarn \ dependency:go-offline ``` inside of a fresh Ubuntu Docker container with no Ivy or Maven caches (I did a similar test for SBT). Author: Josh Rosen <joshrosen@databricks.com> Closes #10659 from JoshRosen/SPARK-4628.
Diffstat (limited to 'external')
-rw-r--r--external/mqtt/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/mqtt/pom.xml b/external/mqtt/pom.xml
index b3ba72a008..d3a2bf5825 100644
--- a/external/mqtt/pom.xml
+++ b/external/mqtt/pom.xml
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>