You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by ds...@apache.org on 2013/11/22 21:21:07 UTC

svn commit: r1544667 - in /incubator/streams/branches/webservice: pom.xml streams-components/pom.xml

Author: dsullivan
Date: Fri Nov 22 20:21:06 2013
New Revision: 1544667

URL: http://svn.apache.org/r1544667
Log:
adding storm-mongo to pom

Modified:
    incubator/streams/branches/webservice/pom.xml
    incubator/streams/branches/webservice/streams-components/pom.xml

Modified: incubator/streams/branches/webservice/pom.xml
URL: http://svn.apache.org/viewvc/incubator/streams/branches/webservice/pom.xml?rev=1544667&r1=1544666&r2=1544667&view=diff
==============================================================================
--- incubator/streams/branches/webservice/pom.xml (original)
+++ incubator/streams/branches/webservice/pom.xml Fri Nov 22 20:21:06 2013
@@ -59,6 +59,7 @@
         <cglib.version>3.0</cglib.version>
         <asm.version>3.3.1</asm.version>
         <storm.version>0.8.2</storm.version>
+        <storm-mongo.version>0.0.1-SNAPSHOT</storm-mongo.version>
         <netty.version>3.2.9.Final</netty.version>
         <camel.version>2.12.1</camel.version>
         <logging.version>1.7.5</logging.version>

Modified: incubator/streams/branches/webservice/streams-components/pom.xml
URL: http://svn.apache.org/viewvc/incubator/streams/branches/webservice/streams-components/pom.xml?rev=1544667&r1=1544666&r2=1544667&view=diff
==============================================================================
--- incubator/streams/branches/webservice/streams-components/pom.xml (original)
+++ incubator/streams/branches/webservice/streams-components/pom.xml Fri Nov 22 20:21:06 2013
@@ -56,6 +56,12 @@
         </dependency>
 
         <dependency>
+            <groupId>storm-mongo</groupId>
+            <artifactId>storm-mongo</artifactId>
+            <version>${storm-mongo.version}</version>
+        </dependency>
+
+        <dependency>
             <groupId>com.datastax.cassandra</groupId>
             <artifactId>cassandra-driver-core</artifactId>
             <version>${datastax.version}</version>