Author: echatellier Date: 2013-01-18 18:07:45 +0100 (Fri, 18 Jan 2013) New Revision: 56 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/56 Log: Remove solr extra from assembly (reduce size by 30%) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-01-18 16:36:05 UTC (rev 55) +++ trunk/pom.xml 2013-01-18 17:07:45 UTC (rev 56) @@ -318,6 +318,13 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-search-engine</artifactId> <version>${version.hibernate-search}</version> + <exclusions> + <!-- 13Mo of unused dependencies --> + <exclusion> + <artifactId>solr-analysis-extras</artifactId> + <groupId>org.apache.solr</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.lucene</groupId>
participants (1)
-
echatellier@users.forge.codelutin.com