From 6c4baf2bf4da4476d2a101f7fb0094cae60a8619 Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Wed, 2 Jan 2013 16:14:47 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427841 13f79535-47bb-0310-9956-ffa450edef68 --- .../solr/contrib/clustering/pom.xml.template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dev-tools/maven/solr/contrib/clustering/pom.xml.template b/dev-tools/maven/solr/contrib/clustering/pom.xml.template index 7bec5e7d95a..2048272d152 100644 --- a/dev-tools/maven/solr/contrib/clustering/pom.xml.template +++ b/dev-tools/maven/solr/contrib/clustering/pom.xml.template @@ -107,6 +107,22 @@ org.carrot2 morfologik-stemming + + jfree + jcommon + + + org.apache.commons + commons-math + + + org.uncommons.maths + uncommons-maths + + + xpp3 + xpp3 +