aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-02-17 19:03:29 -0800
committerJosh Rosen <joshrosen@databricks.com>2016-02-17 19:03:29 -0800
commitb84404865b90fc07858a8b28c2a7028f96517167 (patch)
tree4292a0f8f2d09d456355b7605fd6fed601d02597 /pom.xml
parent0088b252bf56d391025a19b70af03f3ce6d7574c (diff)
downloadspark-b84404865b90fc07858a8b28c2a7028f96517167.tar.gz
spark-b84404865b90fc07858a8b28c2a7028f96517167.tar.bz2
spark-b84404865b90fc07858a8b28c2a7028f96517167.zip
[SPARK-13324][CORE][BUILD] Update plugin, test, example dependencies for 2.x
Phase 1: update plugin versions, test dependencies, some example and third-party versions Author: Sean Owen <sowen@cloudera.com> Closes #11206 from srowen/SPARK-13324.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index 4f7a0574c5..244355b080 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,16 +122,16 @@
<akka.group>com.typesafe.akka</akka.group>
<akka.version>2.3.11</akka.version>
<java.version>1.7</java.version>
- <maven.version>3.3.3</maven.version>
+ <maven.version>3.3.9</maven.version>
<sbt.project.name>spark</sbt.project.name>
<mesos.version>0.21.1</mesos.version>
<mesos.classifier>shaded-protobuf</mesos.classifier>
- <slf4j.version>1.7.10</slf4j.version>
+ <slf4j.version>1.7.16</slf4j.version>
<log4j.version>1.2.17</log4j.version>
<hadoop.version>2.2.0</hadoop.version>
<protobuf.version>2.5.0</protobuf.version>
<yarn.version>${hadoop.version}</yarn.version>
- <hbase.version>0.98.7-hadoop2</hbase.version>
+ <hbase.version>0.98.17-hadoop2</hbase.version>
<hbase.artifact>hbase</hbase.artifact>
<flume.version>1.6.0</flume.version>
<zookeeper.version>3.4.5</zookeeper.version>
@@ -424,7 +424,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
- <version>2.42.2</version>
+ <version>2.45.0</version> <!-- 2.46.0+ requires Jetty 9 -->
<scope>test</scope>
<exclusions>
<exclusion>
@@ -679,25 +679,25 @@
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.binary.version}</artifactId>
- <version>2.2.1</version>
+ <version>2.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>1.9.5</version>
+ <version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_${scala.binary.version}</artifactId>
- <version>1.11.3</version>
+ <version>1.12.5</version> <!-- 1.13.0 appears incompatible with scalatest 2.2.6 -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -722,7 +722,7 @@
<groupId>com.spotify</groupId>
<artifactId>docker-client</artifactId>
<classifier>shaded</classifier>
- <version>3.2.1</version>
+ <version>3.4.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -750,13 +750,13 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.34</version>
+ <version>5.1.38</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>9.3-1102-jdbc41</version>
+ <version>9.4.1207.jre7</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -1820,7 +1820,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>1.9.1</version>
+ <version>1.10</version>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
@@ -1883,7 +1883,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.3</version>
+ <version>3.5.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
@@ -1904,7 +1904,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.18.1</version>
+ <version>2.19.1</version>
<!-- Note config is repeated in scalatest config -->
<configuration>
<includes>
@@ -2017,7 +2017,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
- <version>2.6.1</version>
+ <version>3.0.0</version>
<configuration>
<filesets>
<fileset>
@@ -2045,12 +2045,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.5.5</version>
+ <version>2.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>2.4.1</version>
+ <version>2.4.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>