Author: sshafroi
Date: 2008-08-20 11:38:21 +0200 (Wed, 20 Aug 2008)
New Revision: 6780

Modified:
   trunk/generic.sesam/search-command-control/pom.xml
Log:
Add dependency to solrj

Modified: trunk/generic.sesam/search-command-control/pom.xml
===================================================================
--- trunk/generic.sesam/search-command-control/pom.xml  2008-08-20 09:38:09 UTC 
(rev 6779)
+++ trunk/generic.sesam/search-command-control/pom.xml  2008-08-20 09:38:21 UTC 
(rev 6780)
@@ -17,6 +17,11 @@
             <groupId>opensymphony</groupId>
             <artifactId>oscache</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.lucene.solr</groupId>
+            <artifactId>solrj</artifactId>
+            <version>1.3-SNAPSHOT</version>
+        </dependency>
     </dependencies>
     
     <modules>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to