Skip to content

Commit 80b75fd

Browse files
authored
Use Commons Compress library plugin (#110)
1 parent 65ced49 commit 80b75fd

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

pom.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<properties>
3434
<revision>3.4.0</revision>
3535
<changelist>999999-SNAPSHOT</changelist>
36-
<jenkins.version>2.361.4</jenkins.version>
36+
<jenkins.version>2.452.4</jenkins.version>
3737
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3838
<hpi.compatibleSinceVersion>3.2</hpi.compatibleSinceVersion>
3939
<spotless.check.skip>false</spotless.check.skip>
@@ -43,8 +43,8 @@
4343
<dependencies>
4444
<dependency>
4545
<groupId>io.jenkins.tools.bom</groupId>
46-
<artifactId>bom-2.361.x</artifactId>
47-
<version>2102.v854b_fec19c92</version>
46+
<artifactId>bom-2.452.x</artifactId>
47+
<version>3790.va_b_a_2d26d2b_69</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>
@@ -92,6 +92,11 @@
9292
<groupId>commons-io</groupId>
9393
<artifactId>commons-io</artifactId>
9494
</exclusion>
95+
<!-- Provided by commons-compress-api plugin -->
96+
<exclusion>
97+
<groupId>org.apache.commons</groupId>
98+
<artifactId>commons-compress</artifactId>
99+
</exclusion>
95100
<!-- Provided by commons-lang3-api plugin -->
96101
<exclusion>
97102
<groupId>org.apache.commons</groupId>
@@ -151,6 +156,10 @@
151156
<groupId>io.jenkins.plugins</groupId>
152157
<artifactId>apache-httpcomponents-client-5-api</artifactId>
153158
</dependency>
159+
<dependency>
160+
<groupId>io.jenkins.plugins</groupId>
161+
<artifactId>commons-compress-api</artifactId>
162+
</dependency>
154163
<dependency>
155164
<groupId>io.jenkins.plugins</groupId>
156165
<artifactId>commons-lang3-api</artifactId>

0 commit comments

Comments
 (0)