[MOBY-guts] biomoby commit

Martin Senger senger at dev.open-bio.org
Wed Mar 12 18:41:26 UTC 2008


senger
Wed Mar 12 14:41:26 EDT 2008
Update of /home/repository/moby/moby-live/Java/xmls
In directory dev.open-bio.org:/tmp/cvs-serv22058/xmls

Modified Files:
	project.pom 
Log Message:
Excluding xerces parser from dependencies

moby-live/Java/xmls project.pom,1.6,1.7
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/project.pom,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- /home/repository/moby/moby-live/Java/xmls/project.pom	2008/03/02 12:45:27	1.6
+++ /home/repository/moby/moby-live/Java/xmls/project.pom	2008/03/12 18:41:26	1.7
@@ -164,6 +164,16 @@
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
       <version>1.1</version>
+      <!-- we need to exclude this in order to load SAXParserFactory from 
+       default J2SE 1.5, And it will work.If SAXParserFactory is loaded 
+       from any of the older versions of JAXP, exception is thrown.
+       -->
+      <exclusions>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+        </exclusion>
+      </exclusions> 
     </dependency>
 
     <dependency>
@@ -197,6 +207,16 @@
       <groupId>com.hp.hpl.jena</groupId>
       <artifactId>jena</artifactId>
       <version>2.5.4</version>
+      <!-- we need to exclude this in order to load SAXParserFactory from 
+       default J2SE 1.5, And it will work.If SAXParserFactory is loaded 
+       from any of the older versions of JAXP, exception is thrown.
+       -->
+      <exclusions>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+        </exclusion>
+      </exclusions> 
     </dependency>
 
     <dependency>
@@ -251,6 +271,16 @@
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
       <version>1.1.1</version>
+      <!-- we need to exclude this in order to load SAXParserFactory from 
+       default J2SE 1.5, And it will work.If SAXParserFactory is loaded 
+       from any of the older versions of JAXP, exception is thrown.
+       -->
+      <exclusions>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+        </exclusion>
+      </exclusions> 
     </dependency>
 
     <dependency>




More information about the MOBY-guts mailing list