We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
javax-activation-api
1 parent 11e96ad commit faa9043Copy full SHA for faa9043
pom.xml
@@ -175,13 +175,22 @@
175
<groupId>commons-io</groupId>
176
<artifactId>commons-io</artifactId>
177
</exclusion>
178
+ <!-- Provided by javax-activation-api plugin -->
179
+ <exclusion>
180
+ <groupId>com.sun.activation</groupId>
181
+ <artifactId>jakarta.activation</artifactId>
182
+ </exclusion>
183
<!-- Provided by apache-httpcomponents-client-4-api plugin -->
184
<exclusion>
185
<groupId>org.apache.httpcomponents</groupId>
186
<artifactId>httpclient</artifactId>
187
188
</exclusions>
189
</dependency>
190
+ <dependency>
191
+ <groupId>io.jenkins.plugins</groupId>
192
+ <artifactId>javax-activation-api</artifactId>
193
+ </dependency>
194
<dependency>
195
<groupId>io.jenkins.plugins</groupId>
196
<artifactId>jersey2-api</artifactId>
0 commit comments