Skip to content

Commit

Permalink
Changed com.clearspring.analytics stream version from 2.4.0 to 2.5.1 …
Browse files Browse the repository at this point in the history
…to match SBT build, and added pyrolite to maven build
  • Loading branch information
ahirreddy committed Apr 15, 2014
1 parent 40491c9 commit 337b201
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,12 @@
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>2.4.0</version>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>org.spark-project</groupId>
<artifactId>pyrolite</artifactId>
<version>2.0</version>
</dependency>
<!-- In theory we need not directly depend on protobuf since Spark does not directly
use it. However, when building with Hadoop/YARN 2.2 Maven doesn't correctly bump
Expand Down

0 comments on commit 337b201

Please sign in to comment.