diff --git a/bom/pom.xml b/bom/pom.xml index ecd962f2bd..3bdbd6926a 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -132,11 +132,6 @@ THE SOFTWARE. commons-io 2.18.0 - - commons-jelly - commons-jelly-tags-xml - 1.1 - commons-lang commons-lang @@ -243,11 +238,21 @@ THE SOFTWARE. annotation-indexer 1.18 + + org.jenkins-ci + commons-jelly + ${jelly.version} + org.jenkins-ci commons-jelly-tags-fmt ${jelly.version} + + org.jenkins-ci + commons-jelly-tags-xml + ${jelly.version} + org.jenkins-ci commons-jexl diff --git a/core/pom.xml b/core/pom.xml index 6821b4c99b..2f57450235 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -166,40 +166,6 @@ THE SOFTWARE. commons-io commons-io - - commons-jelly - commons-jelly-tags-xml - - - commons-jelly - commons-jelly - - - commons-jelly - commons-jelly-tags-junit - - - commons-jexl - commons-jexl - - - dom4j - dom4j - - - xalan - xalan - - - xerces - xercesImpl - - - xml-apis - xml-apis - - - commons-lang @@ -310,6 +276,20 @@ THE SOFTWARE. org.jenkins-ci commons-jelly-tags-fmt + + org.jenkins-ci + commons-jelly-tags-xml + + + jaxen + jaxen + + + org.dom4j + dom4j + + + org.jenkins-ci commons-jexl diff --git a/licenseCompleter.groovy b/licenseCompleter.groovy index 9614f22866..e74f2958e3 100644 --- a/licenseCompleter.groovy +++ b/licenseCompleter.groovy @@ -21,7 +21,6 @@ complete { // logkit is a part of Avalon match([ "org.apache.ant:*", - "commons-jelly:*", "log4j:*", "avalon-framework:*", "logkit:logkit", @@ -30,8 +29,9 @@ complete { "commons-beanutils:*", "commons-net:*", "commons-cli:*", - "*:commons-jelly", + "org.jenkins-ci:commons-jelly", "org.jenkins-ci:commons-jelly-tags-fmt", + "org.jenkins-ci:commons-jelly-tags-xml", "org.jvnet.hudson:commons-jelly-tags-define", "slide:slide-webdavlib" ]) { diff --git a/war/pom.xml b/war/pom.xml index ae8ce2916b..d5124c7e05 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -152,6 +152,7 @@ THE SOFTWARE. org.jenkins-ci:annotation-indexer org.jenkins-ci:commons-jelly org.jenkins-ci:commons-jelly-tags-fmt + org.jenkins-ci:commons-jelly-tags-xml org.jenkins-ci:crypto-util org.jenkins-ci.main:cli org.jenkins-ci.main:jenkins-core