Revision: 17620
          http://sourceforge.net/p/gate/code/17620
Author:   markagreenwood
Date:     2014-03-11 10:50:38 +0000 (Tue, 11 Mar 2014)
Log Message:
-----------
upgraded jdom to 1.1.3 from 1.0

Modified Paths:
--------------
    gate/trunk/build/deploy/maven/gate-core.pom.template
    gate/trunk/ivy.xml

Modified: gate/trunk/build/deploy/maven/gate-core.pom.template
===================================================================
--- gate/trunk/build/deploy/maven/gate-core.pom.template        2014-03-11 
09:41:14 UTC (rev 17619)
+++ gate/trunk/build/deploy/maven/gate-core.pom.template        2014-03-11 
10:50:38 UTC (rev 17620)
@@ -68,9 +68,9 @@
 
         <!-- used extensively throughout GATE for processing XML files -->
         <dependency>
-            <groupId>jdom</groupId>
+            <groupId>org.jdom</groupId>
             <artifactId>jdom</artifactId>
-            <version>1.0</version>
+            <version>1.1.3</version>
             <scope>compile</scope>
         </dependency>
 
@@ -219,6 +219,10 @@
                     <groupId>xom</groupId>
                     <artifactId>xom</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>jdom</groupId>
+                    <artifactId>jdom</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 

Modified: gate/trunk/ivy.xml
===================================================================
--- gate/trunk/ivy.xml  2014-03-11 09:41:14 UTC (rev 17619)
+++ gate/trunk/ivy.xml  2014-03-11 10:50:38 UTC (rev 17620)
@@ -38,7 +38,7 @@
     <dependency org="log4j" name="log4j" rev="1.2.17" />
 
     <!-- used extensively throughout GATE for processing XML files -->
-    <dependency org="jdom" name="jdom" rev="1.0"/>
+    <dependency org="org.jdom" name="jdom" rev="1.1.3"/>
 
     <!-- used to parse and load HTML documents into GATE -->
     <dependency org="net.sourceforge.nekohtml" name="nekohtml" rev="1.9.14" />

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to