mirror of https://github.com/jenkinsci/jenkins.git
Consistent Jelly version for `commons-jelly-tags-fmt` (#10128)
This commit is contained in:
parent
b26ab54ef6
commit
84ac21fed1
15
bom/pom.xml
15
bom/pom.xml
|
|
@ -39,8 +39,9 @@ THE SOFTWARE.
|
|||
|
||||
<properties>
|
||||
<commons-fileupload2.version>2.0.0-M2</commons-fileupload2.version>
|
||||
<stapler.version>1928.v9115fe47607f</stapler.version>
|
||||
<groovy.version>2.4.21</groovy.version>
|
||||
<jelly.version>1.1-jenkins-20250107</jelly.version>
|
||||
<stapler.version>1940.v41211a_a_b_b_d8b_</stapler.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
|
@ -131,11 +132,6 @@ THE SOFTWARE.
|
|||
<artifactId>commons-io</artifactId>
|
||||
<version>2.18.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-jelly</groupId>
|
||||
<artifactId>commons-jelly-tags-fmt</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-jelly</groupId>
|
||||
<artifactId>commons-jelly-tags-xml</artifactId>
|
||||
|
|
@ -247,6 +243,11 @@ THE SOFTWARE.
|
|||
<artifactId>annotation-indexer</artifactId>
|
||||
<version>1.18</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jenkins-ci</groupId>
|
||||
<artifactId>commons-jelly-tags-fmt</artifactId>
|
||||
<version>${jelly.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jenkins-ci</groupId>
|
||||
<artifactId>commons-jexl</artifactId>
|
||||
|
|
@ -290,7 +291,7 @@ THE SOFTWARE.
|
|||
<dependency>
|
||||
<groupId>org.jvnet.hudson</groupId>
|
||||
<artifactId>commons-jelly-tags-define</artifactId>
|
||||
<version>1.1-jenkins-20241115</version>
|
||||
<version>${jelly.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jvnet.localizer</groupId>
|
||||
|
|
|
|||
|
|
@ -166,10 +166,6 @@ THE SOFTWARE.
|
|||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-jelly</groupId>
|
||||
<artifactId>commons-jelly-tags-fmt</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-jelly</groupId>
|
||||
<artifactId>commons-jelly-tags-xml</artifactId>
|
||||
|
|
@ -310,6 +306,10 @@ THE SOFTWARE.
|
|||
<groupId>org.jenkins-ci</groupId>
|
||||
<artifactId>annotation-indexer</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jenkins-ci</groupId>
|
||||
<artifactId>commons-jelly-tags-fmt</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jenkins-ci</groupId>
|
||||
<artifactId>commons-jexl</artifactId>
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ complete {
|
|||
"commons-net:*",
|
||||
"commons-cli:*",
|
||||
"*:commons-jelly",
|
||||
"org.jenkins-ci:commons-jelly-tags-fmt",
|
||||
"org.jvnet.hudson:commons-jelly-tags-define",
|
||||
"slide:slide-webdavlib"
|
||||
]) {
|
||||
|
|
|
|||
|
|
@ -151,6 +151,7 @@ THE SOFTWARE.
|
|||
<exclude>com.infradna.tool:bridge-method-annotation</exclude>
|
||||
<exclude>org.jenkins-ci:annotation-indexer</exclude>
|
||||
<exclude>org.jenkins-ci:commons-jelly</exclude>
|
||||
<exclude>org.jenkins-ci:commons-jelly-tags-fmt</exclude>
|
||||
<exclude>org.jenkins-ci:crypto-util</exclude>
|
||||
<exclude>org.jenkins-ci.main:cli</exclude>
|
||||
<exclude>org.jenkins-ci.main:jenkins-core</exclude>
|
||||
|
|
|
|||
Loading…
Reference in New Issue