Added stream-lib dependency to Maven build

This commit is contained in:
Hossein Falaki 2013-10-18 14:10:24 -07:00
parent 79868fe724
commit 13227aaa28
2 changed files with 9 additions and 0 deletions

View file

@ -84,6 +84,10 @@
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId> <artifactId>protobuf-java</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
</dependency>
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>chill_2.9.3</artifactId> <artifactId>chill_2.9.3</artifactId>

View file

@ -231,6 +231,11 @@
<artifactId>asm</artifactId> <artifactId>asm</artifactId>
<version>4.0</version> <version>4.0</version>
</dependency> </dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>2.4.0</version>
</dependency>
<dependency> <dependency>
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId> <artifactId>protobuf-java</artifactId>