ref #9204 revert removing xml-apis from cdmlib
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 1 Sep 2020 23:24:01 +0000 (01:24 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 1 Sep 2020 23:24:01 +0000 (01:24 +0200)
cdmlib-io/pom.xml
cdmlib-remote/pom.xml
cdmlib-services/pom.xml
pom.xml

index ff932b0b33546ab1a9c55163f8bbc37b0c6bf493..2e0f9299703fad4e50d2cd7800cb17f1d226d698 100644 (file)
     <dependency>
       <groupId>identificationKeyAPI</groupId>
       <artifactId>identificationKeyAPI</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>xml-apis</groupId>
-          <artifactId>xml-apis</artifactId>
-        </exclusion>
-      </exclusions>
+<!--       <exclusions> -->
+<!--         <exclusion> -->
+<!--           <groupId>xml-apis</groupId> -->
+<!--           <artifactId>xml-apis</artifactId> -->
+<!--         </exclusion> -->
+<!--       </exclusions> -->
     </dependency>
     <dependency>
                <groupId>org.apache.jena</groupId>
index 0dea1c64f3ea3513c25ae93a6ef06e6cbe2b2cc8..3fe1387354b0079cfeb3ff357c5444a2bf3f4fac 100644 (file)
       <!-- for xml serialization (net.sf.json.xml.XMLSerializer) -->
       <groupId>xom</groupId>
       <artifactId>xom</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>xml-apis</groupId>
-          <artifactId>xml-apis</artifactId>
-        </exclusion>
-      </exclusions>
+<!--       <exclusions> -->
+<!--         <exclusion> -->
+<!--           <groupId>xml-apis</groupId> -->
+<!--           <artifactId>xml-apis</artifactId> -->
+<!--         </exclusion> -->
+<!--       </exclusions> -->
     </dependency>
 
     <!-- swagger -->
index 20efd71895d50d193f9b334a8d6af35035f928bb..d187ffb9968aa34c1fea1b01faf44e4c03d108dd 100644 (file)
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>xml-apis</groupId>
-          <artifactId>xml-apis</artifactId>
-        </exclusion>
-      </exclusions>
+<!--       <exclusions> -->
+<!--         <exclusion> -->
+<!--           <groupId>xml-apis</groupId> -->
+<!--           <artifactId>xml-apis</artifactId> -->
+<!--         </exclusion> -->
+<!--       </exclusions> -->
     </dependency>
     <dependency>
         <groupId>org.springframework.security</groupId>
diff --git a/pom.xml b/pom.xml
index cdb6d033687bbbb5be24e26498ba119d8f2e5aaa..e1632e3a4e2e9c9a764b63c924022cae589bfa9f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <version>2.10.6</version>
       </dependency>
       <!-- ******* XML ******* -->
-<!--       <dependency> -->
-<!--        xml-apis seems to be fully included in java8 so it should be excluded whereever it is a dependency (or use scope provided -->
-<!--         <groupId>xml-apis</groupId> -->
-<!--         <artifactId>xml-apis</artifactId> -->
+      <dependency>
+<!--        xml-apis seems to be ALMOST fully included in java8 but ElementTraversal seems to be missing, therefore SDDDocumentBuilder does not compile -->
+        <groupId>xml-apis</groupId>
+        <artifactId>xml-apis</artifactId>
 <!--             WARNING: do not upgrade to later versions 2.0.x of xml-apis -->
 <!--             since these are effectivly reloaded to the early beta version -->
 <!--             1.0.b2 -->
-<!--         --> 
-<!--         <version>1.4.01</version> -->
-<!--       </dependency> -->
+        
+        <version>1.4.01</version>
+      </dependency>
       <dependency>
         <groupId>xerces</groupId>
         <artifactId>xercesImpl</artifactId>