From: Ray Lee Date: Mon, 17 Apr 2023 19:33:55 +0000 (-0400) Subject: Upgrade dom4j to 2.1.4. (#334) X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=15d629c53bd037ee796478c6d9db483c3a34a01a;p=tmp%2Fjakarta-migration.git Upgrade dom4j to 2.1.4. (#334) --- diff --git a/3rdparty/nuxeo/nuxeo-platform-elasticsearch/pom.xml b/3rdparty/nuxeo/nuxeo-platform-elasticsearch/pom.xml index d6cb6e71a..0db70f89f 100644 --- a/3rdparty/nuxeo/nuxeo-platform-elasticsearch/pom.xml +++ b/3rdparty/nuxeo/nuxeo-platform-elasticsearch/pom.xml @@ -25,6 +25,11 @@ org.nuxeo.ecm.automation nuxeo-automation-io + + + org.dom4j + dom4j + org.collectionspace.services org.collectionspace.services.common diff --git a/3rdparty/nuxeo/nuxeo-platform-thumbnail/pom.xml b/3rdparty/nuxeo/nuxeo-platform-thumbnail/pom.xml index d789ae67a..78b13e4d4 100644 --- a/3rdparty/nuxeo/nuxeo-platform-thumbnail/pom.xml +++ b/3rdparty/nuxeo/nuxeo-platform-thumbnail/pom.xml @@ -32,7 +32,11 @@ org.nuxeo.ecm.platform nuxeo-platform-imaging-core - provided + + + + org.dom4j + dom4j org.collectionspace.services diff --git a/pom.xml b/pom.xml index 0643a0f1d..358c6dfc3 100644 --- a/pom.xml +++ b/pom.xml @@ -512,6 +512,12 @@ provided + + org.dom4j + dom4j + 2.1.4 + + @@ -535,6 +541,11 @@ org.slf4j slf4j-log4j12 + + + dom4j + dom4j + @@ -550,6 +561,11 @@ xerces xercesImpl + + + dom4j + dom4j + @@ -586,6 +602,11 @@ com.sun.jersey jersey-servlet + + + dom4j + dom4j + @@ -618,6 +639,13 @@ org.nuxeo.ecm.core nuxeo-core-io ${nuxeo.core.version} + + + + dom4j + dom4j + + org.nuxeo.ecm.core @@ -651,6 +679,11 @@ org.slf4j slf4j-log4j12 + + + dom4j + dom4j + @@ -662,6 +695,11 @@ com.sun.jersey jersey-core + + + dom4j + dom4j + diff --git a/services/JaxRsServiceProvider/pom.xml b/services/JaxRsServiceProvider/pom.xml index 79478c551..2f45fcb8a 100644 --- a/services/JaxRsServiceProvider/pom.xml +++ b/services/JaxRsServiceProvider/pom.xml @@ -678,7 +678,6 @@ org.nuxeo.ecm.platform nuxeo-platform-imaging-core ${nuxeo.platform.version} - provided org.nuxeo.ecm.platform @@ -690,6 +689,11 @@ nuxeo-runtime-osgi ${nuxeo.core.version} + + + org.dom4j + dom4j + org.osgi diff --git a/services/account/jaxb/pom.xml b/services/account/jaxb/pom.xml index b45b0cbaa..9e5bcc4d4 100644 --- a/services/account/jaxb/pom.xml +++ b/services/account/jaxb/pom.xml @@ -30,6 +30,11 @@ org.hibernate hibernate-entitymanager + + + org.dom4j + dom4j + org.jvnet.hyperjaxb3 hyperjaxb3-ejb-runtime @@ -43,7 +48,7 @@ org.collectionspace.services org.collectionspace.services.hyperjaxb ${project.version} - + diff --git a/services/authentication/jaxb/pom.xml b/services/authentication/jaxb/pom.xml index beb995144..0bb200657 100644 --- a/services/authentication/jaxb/pom.xml +++ b/services/authentication/jaxb/pom.xml @@ -12,12 +12,12 @@ 4.0.0 org.collectionspace.services.authentication.jaxb services.authentication.jaxb - + authentication.sql src/main/resources/db/mysql - + com.sun.xml.bind @@ -35,6 +35,11 @@ org.hibernate hibernate-entitymanager + + + org.dom4j + dom4j + org.jvnet.hyperjaxb3 hyperjaxb3-ejb-runtime diff --git a/services/authority/pom.xml b/services/authority/pom.xml index d2a9c59d1..0b8aca118 100644 --- a/services/authority/pom.xml +++ b/services/authority/pom.xml @@ -76,6 +76,11 @@ org.hibernate hibernate-entitymanager + + + org.dom4j + dom4j + jboss diff --git a/services/authority/service/pom.xml b/services/authority/service/pom.xml index 8bb804989..6fc97ecfb 100644 --- a/services/authority/service/pom.xml +++ b/services/authority/service/pom.xml @@ -176,6 +176,11 @@ org.hibernate hibernate-entitymanager + + + org.dom4j + dom4j + jboss @@ -194,7 +199,6 @@ org.nuxeo.ecm.platform nuxeo-platform-imaging-core ${nuxeo.platform.version} - provided org.nuxeo.ecm.platform diff --git a/services/authorization-mgt/jaxb/pom.xml b/services/authorization-mgt/jaxb/pom.xml index 083743979..866b1c95c 100644 --- a/services/authorization-mgt/jaxb/pom.xml +++ b/services/authorization-mgt/jaxb/pom.xml @@ -30,6 +30,11 @@ org.hibernate hibernate-entitymanager + + + org.dom4j + dom4j + org.jvnet.hyperjaxb3 hyperjaxb3-ejb-runtime @@ -43,7 +48,7 @@ org.collectionspace.services org.collectionspace.services.hyperjaxb ${project.version} - + diff --git a/services/authorization/jaxb/pom.xml b/services/authorization/jaxb/pom.xml index 41cee3e5f..a3efdfa5a 100644 --- a/services/authorization/jaxb/pom.xml +++ b/services/authorization/jaxb/pom.xml @@ -33,6 +33,11 @@ org.hibernate hibernate-entitymanager + + + org.dom4j + dom4j + org.hibernate hibernate-c3p0 @@ -45,8 +50,8 @@ org.collectionspace.services org.collectionspace.services.hyperjaxb ${project.version} - - + + org.dom4j + dom4j + org.jboss.security @@ -235,7 +240,6 @@ org.nuxeo.ecm.platform nuxeo-platform-imaging-core ${nuxeo.platform.version} - provided org.nuxeo.ecm.platform diff --git a/services/hyperjaxb/pom.xml b/services/hyperjaxb/pom.xml index 442934e95..0c285d843 100644 --- a/services/hyperjaxb/pom.xml +++ b/services/hyperjaxb/pom.xml @@ -2,16 +2,16 @@ + + org.dom4j + dom4j + org.jvnet.hyperjaxb3 hyperjaxb3-ejb-runtime - + - + collectionspace-services-hyperjaxb install diff --git a/services/imports/service/pom.xml b/services/imports/service/pom.xml index e0dba3e2d..70072b3c9 100644 --- a/services/imports/service/pom.xml +++ b/services/imports/service/pom.xml @@ -100,12 +100,22 @@ org.slf4j slf4j-log4j12 + + dom4j + dom4j + org.nuxeo.ecm.platform nuxeo-importer-xml-parser ${nuxeo.platform.version} + + + dom4j + dom4j + + diff --git a/services/pom.xml b/services/pom.xml index 2fd469d52..e5462fa7b 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -420,6 +420,13 @@ org.hibernate hibernate-entitymanager 3.4.0.GA + + + + dom4j + dom4j + + org.hibernate @@ -442,18 +449,6 @@ postgresql ${postgres.driver.version} - - org.dom4j - dom4j - 2.1.4 - compile - - - xml-apis - xml-apis - 1.4.01 - compile -