You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2013/01/02 17:22:27 UTC

svn commit: r1427847 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ dev-tools/maven/solr/contrib/clustering/pom.xml.template

Author: sarowe
Date: Wed Jan  2 16:22:26 2013
New Revision: 1427847

URL: http://svn.apache.org/viewvc?rev=1427847&view=rev
Log:
SOLR-3279: Maven configuration: exclude unused carrot2-core transitive dependencies: jfree:jcommon; org.apache.commons:commons-math; org.uncommons.maths:uncommons-maths; and xpp3:xpp3. (merge trunk r1427841)

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/maven/solr/contrib/clustering/pom.xml.template

Modified: lucene/dev/branches/branch_4x/dev-tools/maven/solr/contrib/clustering/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/maven/solr/contrib/clustering/pom.xml.template?rev=1427847&r1=1427846&r2=1427847&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/maven/solr/contrib/clustering/pom.xml.template (original)
+++ lucene/dev/branches/branch_4x/dev-tools/maven/solr/contrib/clustering/pom.xml.template Wed Jan  2 16:22:26 2013
@@ -107,6 +107,22 @@
           <groupId>org.carrot2</groupId>
           <artifactId>morfologik-stemming</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>jfree</groupId>
+          <artifactId>jcommon</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-math</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.uncommons.maths</groupId>
+          <artifactId>uncommons-maths</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xpp3</groupId>
+          <artifactId>xpp3</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>