Skip to content

Commit 9346636

Browse files
committed
use compress api as jenkins core didn't provide it anymore
1 parent 65ced49 commit 9346636

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pom.xml

Lines changed: 11 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,10 @@
9292
<groupId>commons-io</groupId>
9393
<artifactId>commons-io</artifactId>
9494
</exclusion>
95+
<exclusion>
96+
<groupId>org.apache.commons</groupId>
97+
<artifactId>commons-compress</artifactId>
98+
</exclusion>
9599
<!-- Provided by commons-lang3-api plugin -->
96100
<exclusion>
97101
<groupId>org.apache.commons</groupId>
@@ -151,6 +155,10 @@
151155
<groupId>io.jenkins.plugins</groupId>
152156
<artifactId>apache-httpcomponents-client-5-api</artifactId>
153157
</dependency>
158+
<dependency>
159+
<groupId>io.jenkins.plugins</groupId>
160+
<artifactId>commons-compress-api</artifactId>
161+
</dependency>
154162
<dependency>
155163
<groupId>io.jenkins.plugins</groupId>
156164
<artifactId>commons-lang3-api</artifactId>

0 commit comments

Comments
 (0)