mirror of https://github.com/jenkinsci/jenkins.git
405 lines
14 KiB
XML
405 lines
14 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!--
|
||
The MIT License
|
||
|
||
Copyright (c) 2019, CloudBees, Inc.
|
||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||
of this software and associated documentation files (the "Software"), to deal
|
||
in the Software without restriction, including without limitation the rights
|
||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||
copies of the Software, and to permit persons to whom the Software is
|
||
furnished to do so, subject to the following conditions:
|
||
|
||
The above copyright notice and this permission notice shall be included in
|
||
all copies or substantial portions of the Software.
|
||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||
THE SOFTWARE.
|
||
-->
|
||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
<modelVersion>4.0.0</modelVersion>
|
||
|
||
<parent>
|
||
<groupId>org.jenkins-ci.main</groupId>
|
||
<artifactId>jenkins-parent</artifactId>
|
||
<version>${revision}${changelist}</version>
|
||
</parent>
|
||
|
||
<artifactId>jenkins-bom</artifactId>
|
||
<packaging>pom</packaging>
|
||
|
||
<name>Jenkins BOM</name>
|
||
<description>The module contains dependencies that are used by a specific Jenkins version</description>
|
||
|
||
<properties>
|
||
<commons-fileupload2.version>2.0.0-M2</commons-fileupload2.version>
|
||
<groovy.version>2.4.21</groovy.version>
|
||
<jelly.version>1.1-jenkins-20250108</jelly.version>
|
||
<stapler.version>1940.v41211a_a_b_b_d8b_</stapler.version>
|
||
</properties>
|
||
|
||
<dependencyManagement>
|
||
<dependencies>
|
||
<dependency>
|
||
<groupId>com.google.inject</groupId>
|
||
<artifactId>guice-bom</artifactId>
|
||
<version>6.0.0</version>
|
||
<type>pom</type>
|
||
<scope>import</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.slf4j</groupId>
|
||
<artifactId>slf4j-bom</artifactId>
|
||
<version>2.0.16</version>
|
||
<type>pom</type>
|
||
<scope>import</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework</groupId>
|
||
<artifactId>spring-framework-bom</artifactId>
|
||
<version>6.2.1</version>
|
||
<type>pom</type>
|
||
<scope>import</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<!-- https://docs.spring.io/spring-security/reference/6.3/getting-spring-security.html#getting-maven-no-boot -->
|
||
<groupId>org.springframework.security</groupId>
|
||
<artifactId>spring-security-bom</artifactId>
|
||
<version>6.4.2</version>
|
||
<type>pom</type>
|
||
<scope>import</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<!-- JENKINS-21160: Remoting also depends on args4j; please update accordingly -->
|
||
<groupId>args4j</groupId>
|
||
<artifactId>args4j</artifactId>
|
||
<version>2.37</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.spotbugs</groupId>
|
||
<artifactId>spotbugs-annotations</artifactId>
|
||
<version>${spotbugs-annotations.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.google.guava</groupId>
|
||
<artifactId>guava</artifactId>
|
||
<version>33.4.0-jre</version>
|
||
</dependency>
|
||
<dependency>
|
||
<!-- Overriding Stapler’s 1.1.3 version to diagnose JENKINS-20618: -->
|
||
<groupId>com.jcraft</groupId>
|
||
<artifactId>jzlib</artifactId>
|
||
<version>1.1.3-kohsuke-1</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.sun.solaris</groupId>
|
||
<artifactId>embedded_su4j</artifactId>
|
||
<version>1.1</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.sun.xml.txw2</groupId>
|
||
<artifactId>txw2</artifactId>
|
||
<version>20110809</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.thoughtworks.xstream</groupId>
|
||
<artifactId>xstream</artifactId>
|
||
<version>1.4.21</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-beanutils</groupId>
|
||
<artifactId>commons-beanutils</artifactId>
|
||
<version>1.9.4</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-codec</groupId>
|
||
<artifactId>commons-codec</artifactId>
|
||
<version>1.17.2</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-collections</groupId>
|
||
<artifactId>commons-collections</artifactId>
|
||
<version>3.2.2</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-io</groupId>
|
||
<artifactId>commons-io</artifactId>
|
||
<version>2.18.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-lang</groupId>
|
||
<artifactId>commons-lang</artifactId>
|
||
<version>2.6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>io.jenkins.stapler</groupId>
|
||
<artifactId>jenkins-stapler-support</artifactId>
|
||
<version>1.1</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>jakarta.servlet</groupId>
|
||
<artifactId>jakarta.servlet-api</artifactId>
|
||
<version>5.0.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>jakarta.servlet.jsp.jstl</groupId>
|
||
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
|
||
<version>2.0.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>jaxen</groupId>
|
||
<artifactId>jaxen</artifactId>
|
||
<version>2.0.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>net.java.dev.jna</groupId>
|
||
<artifactId>jna</artifactId>
|
||
<version>5.16.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>net.java.sezpoz</groupId>
|
||
<artifactId>sezpoz</artifactId>
|
||
<version>1.13</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>net.jcip</groupId>
|
||
<artifactId>jcip-annotations</artifactId>
|
||
<version>1.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.antlr</groupId>
|
||
<artifactId>antlr4-runtime</artifactId>
|
||
<version>${antlr.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.ant</groupId>
|
||
<artifactId>ant</artifactId>
|
||
<version>1.10.15</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-fileupload2</artifactId>
|
||
<version>${commons-fileupload2.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-fileupload2-core</artifactId>
|
||
<version>${commons-fileupload2.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-fileupload2-distribution</artifactId>
|
||
<version>${commons-fileupload2.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-fileupload2-jakarta-servlet5</artifactId>
|
||
<version>${commons-fileupload2.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
|
||
<version>${commons-fileupload2.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-fileupload2-javax</artifactId>
|
||
<version>${commons-fileupload2.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-fileupload2-portlet</artifactId>
|
||
<version>${commons-fileupload2.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.codehaus.groovy</groupId>
|
||
<artifactId>groovy-all</artifactId>
|
||
<version>${groovy.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.connectbot</groupId>
|
||
<artifactId>jbcrypt</artifactId>
|
||
<version>1.0.2</version>
|
||
</dependency>
|
||
<dependency>
|
||
<!-- Groovy shell uses this, but it doesn't declare the dependency -->
|
||
<groupId>org.fusesource.jansi</groupId>
|
||
<artifactId>jansi</artifactId>
|
||
<version>1.11</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jenkins-ci</groupId>
|
||
<artifactId>annotation-indexer</artifactId>
|
||
<version>1.18</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jenkins-ci</groupId>
|
||
<artifactId>commons-jelly</artifactId>
|
||
<version>${jelly.version}</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-jelly-tags-xml</artifactId>
|
||
<version>${jelly.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jenkins-ci</groupId>
|
||
<artifactId>commons-jexl</artifactId>
|
||
<version>1.1-jenkins-20111212</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jenkins-ci</groupId>
|
||
<artifactId>crypto-util</artifactId>
|
||
<version>1.10</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jenkins-ci</groupId>
|
||
<artifactId>memory-monitor</artifactId>
|
||
<version>1.13</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jenkins-ci</groupId>
|
||
<artifactId>symbol-annotation</artifactId>
|
||
<version>1.25</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jenkins-ci</groupId>
|
||
<artifactId>task-reactor</artifactId>
|
||
<version>1.9</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jenkins-ci</groupId>
|
||
<artifactId>version-number</artifactId>
|
||
<version>1.12</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jenkins-ci.main</groupId>
|
||
<artifactId>remoting</artifactId>
|
||
<version>${remoting.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jfree</groupId>
|
||
<artifactId>jfreechart</artifactId>
|
||
<version>1.0.19</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jvnet.hudson</groupId>
|
||
<artifactId>commons-jelly-tags-define</artifactId>
|
||
<version>${jelly.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jvnet.localizer</groupId>
|
||
<artifactId>localizer</artifactId>
|
||
<version>1.31</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jvnet.robust-http-client</groupId>
|
||
<artifactId>robust-http-client</artifactId>
|
||
<version>1.2</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.jvnet.winp</groupId>
|
||
<artifactId>winp</artifactId>
|
||
<version>1.31</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.kohsuke</groupId>
|
||
<artifactId>access-modifier-annotation</artifactId>
|
||
<version>${access-modifier.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.kohsuke</groupId>
|
||
<artifactId>windows-package-checker</artifactId>
|
||
<version>1.2</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.kohsuke.jinterop</groupId>
|
||
<artifactId>j-interop</artifactId>
|
||
<version>2.0.8-kohsuke-1</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.kohsuke.metainf-services</groupId>
|
||
<artifactId>metainf-services</artifactId>
|
||
<version>1.11</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.kohsuke.stapler</groupId>
|
||
<artifactId>json-lib</artifactId>
|
||
<version>2.4-jenkins-8</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.kohsuke.stapler</groupId>
|
||
<artifactId>stapler</artifactId>
|
||
<version>${stapler.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.kohsuke.stapler</groupId>
|
||
<artifactId>stapler-adjunct-codemirror</artifactId>
|
||
<version>1.3</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.kohsuke.stapler</groupId>
|
||
<artifactId>stapler-groovy</artifactId>
|
||
<version>${stapler.version}</version>
|
||
</dependency>
|
||
<!-- Override the outdated managed dependency on asm in guice-parent -->
|
||
<dependency>
|
||
<groupId>org.ow2.asm</groupId>
|
||
<artifactId>asm</artifactId>
|
||
<version>9.7.1</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.samba.jcifs</groupId>
|
||
<artifactId>jcifs</artifactId>
|
||
<version>1.3.18-kohsuke-1</version>
|
||
</dependency>
|
||
<dependency>
|
||
<!-- provided by jcl-over-slf4j -->
|
||
<groupId>commons-logging</groupId>
|
||
<artifactId>commons-logging</artifactId>
|
||
<version>1.3.4</version>
|
||
<scope>provided</scope>
|
||
</dependency>
|
||
</dependencies>
|
||
</dependencyManagement>
|
||
|
||
<build>
|
||
<plugins>
|
||
<!-- override the default to keep the dependencyManagement intact -->
|
||
<plugin>
|
||
<groupId>org.codehaus.mojo</groupId>
|
||
<artifactId>flatten-maven-plugin</artifactId>
|
||
<configuration>
|
||
<updatePomFile>true</updatePomFile>
|
||
<outputDirectory>${project.build.directory}</outputDirectory>
|
||
<flattenedPomFilename>${project.artifactId}-${project.version}.pom</flattenedPomFilename>
|
||
</configuration>
|
||
<executions>
|
||
<execution>
|
||
<id>flatten</id>
|
||
<goals>
|
||
<goal>flatten</goal>
|
||
</goals>
|
||
<phase>process-resources</phase>
|
||
<configuration>
|
||
<flattenMode>bom</flattenMode>
|
||
</configuration>
|
||
</execution>
|
||
</executions>
|
||
</plugin>
|
||
</plugins>
|
||
</build>
|
||
|
||
</project>
|