Skip to content

Commit 337b201

Browse files
committed
Changed com.clearspring.analytics stream version from 2.4.0 to 2.5.1 to match SBT build, and added pyrolite to maven build
1 parent 40491c9 commit 337b201

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,12 @@
262262
<dependency>
263263
<groupId>com.clearspring.analytics</groupId>
264264
<artifactId>stream</artifactId>
265-
<version>2.4.0</version>
265+
<version>2.5.1</version>
266+
</dependency>
267+
<dependency>
268+
<groupId>org.spark-project</groupId>
269+
<artifactId>pyrolite</artifactId>
270+
<version>2.0</version>
266271
</dependency>
267272
<!-- In theory we need not directly depend on protobuf since Spark does not directly
268273
use it. However, when building with Hadoop/YARN 2.2 Maven doesn't correctly bump

0 commit comments

Comments
 (0)