You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by st...@apache.org on 2011/05/20 20:22:48 UTC

svn commit: r1125495 - /lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template

Author: stanislaw
Date: Fri May 20 18:22:47 2011
New Revision: 1125495

URL: http://svn.apache.org/viewvc?rev=1125495&view=rev
Log:
SOLR-2448: Adding missing compile-time dependency on SimpleXML

Modified:
    lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template

Modified: lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template?rev=1125495&r1=1125494&r2=1125495&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template Fri May 20 18:22:47 2011
@@ -90,6 +90,13 @@
     </dependency>
 
     <dependency>
+      <groupId>org.simpleframework</groupId>
+      <artifactId>simple-xml</artifactId>
+      <version>2.4.1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
       <version>r08</version>