Revision: 20030
          http://sourceforge.net/p/gate/code/20030
Author:   markagreenwood
Date:     2017-01-31 14:24:12 +0000 (Tue, 31 Jan 2017)
Log Message:
-----------
exclude xml-apis as this is part of the JDK so we don't need it

Modified Paths:
--------------
    gate/branches/sawdust2/plugins/Stanford_CoreNLP/pom.xml

Modified: gate/branches/sawdust2/plugins/Stanford_CoreNLP/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/Stanford_CoreNLP/pom.xml     2017-01-31 
13:43:37 UTC (rev 20029)
+++ gate/branches/sawdust2/plugins/Stanford_CoreNLP/pom.xml     2017-01-31 
14:24:12 UTC (rev 20030)
@@ -46,6 +46,14 @@
                        <groupId>edu.stanford.nlp</groupId>
                        <artifactId>stanford-corenlp</artifactId>
                        <version>3.6.0</version>
+                       <exclusions>
+                               
+                               <exclusion>
+                                       <!-- this is part of the JDK so stop 
confusing the GATE classloader -->
+                                       <groupId>xml-apis</groupId>
+                                       <artifactId>xml-apis</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
 
        </dependencies>

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to