Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
SPARK-2811 upgrade algebird to 0.8.1
  • Loading branch information
Adam Pingel committed Nov 15, 2014
commit 7a9d8be32f2db2d7a023414e8ab85c1fcfd136fb
14 changes: 7 additions & 7 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@
<groupId>org.apache.commons</groupId>
<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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down