Revision: 9227
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9227&view=rev
Author:   dnaber
Date:     2013-01-26 18:23:45 +0000 (Sat, 26 Jan 2013)
Log Message:
-----------
exclude transitive dependencies which are not needed

Modified Paths:
--------------
    trunk/languagetool/languagetool-core/pom.xml
    trunk/languagetool/languagetool-language-modules/ja/pom.xml

Modified: trunk/languagetool/languagetool-core/pom.xml
===================================================================
--- trunk/languagetool/languagetool-core/pom.xml        2013-01-26 18:06:06 UTC 
(rev 9226)
+++ trunk/languagetool/languagetool-core/pom.xml        2013-01-26 18:23:45 UTC 
(rev 9227)
@@ -135,6 +135,12 @@
             <groupId>org.carrot2</groupId>
             <artifactId>morfologik-fsa</artifactId>
             <version>1.5.4</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.carrotsearch</groupId>
+                    <artifactId>hppc</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.carrot2</groupId>

Modified: trunk/languagetool/languagetool-language-modules/ja/pom.xml
===================================================================
--- trunk/languagetool/languagetool-language-modules/ja/pom.xml 2013-01-26 
18:06:06 UTC (rev 9226)
+++ trunk/languagetool/languagetool-language-modules/ja/pom.xml 2013-01-26 
18:23:45 UTC (rev 9227)
@@ -69,6 +69,20 @@
             <groupId>com.google.code</groupId>
             <artifactId>lucene-gosen-ipadic</artifactId>
             <version>1.2.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.lucene</groupId>
+                    <artifactId>lucene-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.solr</groupId>
+                    <artifactId>solr-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.solr</groupId>
+                    <artifactId>solr-solrj</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         
         <dependency>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to