From a1872237f3274786f199a414113f025b42020425 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Tue, 7 Jan 2025 13:43:49 -0800 Subject: [PATCH] Consistent Jelly version for `commons-jelly-tags-xml` --- bom/pom.xml | 17 +++++++++------ core/pom.xml | 48 ++++++++++++----------------------------- licenseCompleter.groovy | 4 ++-- war/pom.xml | 1 + 4 files changed, 28 insertions(+), 42 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 62f5c08fc0cf..3bdbd6926aff 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -40,7 +40,7 @@ THE SOFTWARE. 2.0.0-M2 2.4.21 - 1.1-jenkins-20250107 + 1.1-jenkins-20250108 1940.v41211a_a_b_b_d8b_ @@ -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 6821b4c99bf7..2f5745023595 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 9614f228667a..e74f2958e3fe 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 ae8ce2916bf1..d5124c7e0508 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