You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2009/12/01 05:12:06 UTC

svn commit: r885665 - /incubator/cassandra/trunk/pom.xml

Author: eevans
Date: Tue Dec  1 04:12:05 2009
New Revision: 885665

URL: http://svn.apache.org/viewvc?rev=885665&view=rev
Log:
include missing maven dependencies

Patch by Adam Fisk; reviewed by eevans for CASSANDRA-588

Modified:
    incubator/cassandra/trunk/pom.xml

Modified: incubator/cassandra/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/pom.xml?rev=885665&r1=885664&r2=885665&view=diff
==============================================================================
--- incubator/cassandra/trunk/pom.xml (original)
+++ incubator/cassandra/trunk/pom.xml Tue Dec  1 04:12:05 2009
@@ -189,6 +189,20 @@
       <scope>system</scope>
       <systemPath>${basedir}/lib/libthrift-r808609.jar</systemPath>
     </dependency>
+    <dependency>
+      <groupId>reardencommerce</groupId>
+      <artifactId>reardencommerce</artifactId>
+      <version>UNKNOWN</version>
+      <scope>system</scope>
+      <systemPath>${basedir}/lib/clhm-production.jar</systemPath>
+    </dependency>
+    <dependency>
+      <groupId>jsonsimple</groupId>
+      <artifactId>jsonsimple</artifactId>
+      <version>UNKNOWN</version>
+      <scope>system</scope>
+      <systemPath>${basedir}/lib/json_simple-1.1.jar</systemPath>
+    </dependency>
 
     <!-- Testing Dependencies -->
     <dependency>