You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2013/12/22 06:17:45 UTC

git commit: add stream.jar to the poms

Updated Branches:
  refs/heads/trunk 6bbb13b9b -> 27dea4b93


add stream.jar to the poms


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/27dea4b9
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/27dea4b9
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/27dea4b9

Branch: refs/heads/trunk
Commit: 27dea4b938b09a9442fd8545e6c55edfd7811927
Parents: 6bbb13b
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Sun Dec 22 00:17:14 2013 -0500
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Sun Dec 22 00:17:14 2013 -0500

----------------------------------------------------------------------
 build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/27dea4b9/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 6e579bf..1ffb908 100644
--- a/build.xml
+++ b/build.xml
@@ -384,6 +384,7 @@
           <dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" />
           <dependency groupId="io.netty" artifactId="netty" version="3.6.6.Final" />
           <dependency groupId="com.google.code.findbugs" artifactId="jsr305" version="2.0.2" />
+          <dependency groupId="com.clearspring.analytics" artifactId="stream" version="2.5.1" />
         </dependencyManagement>
         <developer id="alakshman" name="Avinash Lakshman"/>
         <developer id="antelder" name="Anthony Elder"/>
@@ -466,6 +467,7 @@
         <dependency groupId="com.yammer.metrics" artifactId="metrics-core"/>
         <dependency groupId="com.addthis.metrics" artifactId="reporter-config"/>
         <dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.2"/>
+        <dependency groupId="com.clearspring.analytics" artifactId="stream" version="2.5.1" />
 
         <dependency groupId="ch.qos.logback" artifactId="logback-core"/>
         <dependency groupId="ch.qos.logback" artifactId="logback-classic"/>