aboutsummaryrefslogtreecommitdiff
path: root/examples/pom.xml
diff options
context:
space:
mode:
authorAdam Pingel <adam@axle-lang.org>2014-11-17 10:47:29 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-11-17 10:47:29 -0800
commite7690ed20a2734b7ca88e78a60a8e75ba19e9d8b (patch)
treed3daefdd3d6d99a4d9ef852c13c789b4f3a11ba7 /examples/pom.xml
parent5c92d47ad2e3414f2ae089cb47f3c6daccba8d90 (diff)
downloadspark-e7690ed20a2734b7ca88e78a60a8e75ba19e9d8b.tar.gz
spark-e7690ed20a2734b7ca88e78a60a8e75ba19e9d8b.tar.bz2
spark-e7690ed20a2734b7ca88e78a60a8e75ba19e9d8b.zip
SPARK-2811 upgrade algebird to 0.8.1
Author: Adam Pingel <adam@axle-lang.org> Closes #3282 from adampingel/master and squashes the following commits: 70c8d3c [Adam Pingel] relocate the algebird example back to example/src 7a9d8be [Adam Pingel] SPARK-2811 upgrade algebird to 0.8.1
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 2752ce3ca9..85e133779e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -218,6 +218,11 @@
<artifactId>commons-math3</artifactId>
</dependency>
<dependency>
+ <groupId>com.twitter</groupId>
+ <artifactId>algebird-core_${scala.binary.version}</artifactId>
+ <version>0.8.1</version>
+ </dependency>
+ <dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.binary.version}</artifactId>
<scope>test</scope>
@@ -389,8 +394,8 @@
</properties>
</profile>
<profile>
- <!-- We add a source directory specific to Scala 2.10 since Kafka and Algebird
- only work with it -->
+ <!-- We add a source directory specific to Scala 2.10 since Kafka
+ only works with it -->
<id>scala-2.10</id>
<activation>
<property><name>!scala-2.11</name></property>
@@ -401,11 +406,6 @@
<artifactId>spark-streaming-kafka_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>com.twitter</groupId>
- <artifactId>algebird-core_${scala.binary.version}</artifactId>
- <version>0.1.11</version>
- </dependency>
</dependencies>
<build>
<plugins>