Skip to content

Commit faa9043

Browse files
authored
Use javax-activation-api plugin (#1279)
1 parent 11e96ad commit faa9043

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,22 @@
175175
<groupId>commons-io</groupId>
176176
<artifactId>commons-io</artifactId>
177177
</exclusion>
178+
<!-- Provided by javax-activation-api plugin -->
179+
<exclusion>
180+
<groupId>com.sun.activation</groupId>
181+
<artifactId>jakarta.activation</artifactId>
182+
</exclusion>
178183
<!-- Provided by apache-httpcomponents-client-4-api plugin -->
179184
<exclusion>
180185
<groupId>org.apache.httpcomponents</groupId>
181186
<artifactId>httpclient</artifactId>
182187
</exclusion>
183188
</exclusions>
184189
</dependency>
190+
<dependency>
191+
<groupId>io.jenkins.plugins</groupId>
192+
<artifactId>javax-activation-api</artifactId>
193+
</dependency>
185194
<dependency>
186195
<groupId>io.jenkins.plugins</groupId>
187196
<artifactId>jersey2-api</artifactId>

0 commit comments

Comments
 (0)