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
This commit is contained in:
Steven Rowe 2013-01-02 16:14:47 +00:00
parent 4c4dda3566
commit 6c4baf2bf4
1 changed files with 16 additions and 0 deletions

View File

@ -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>