File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 260
260
<groupId >com.google.code.findbugs</groupId >
261
261
<artifactId >jsr305</artifactId >
262
262
</exclusion >
263
+ <exclusion >
264
+ <groupId >com.sun.activation</groupId >
265
+ <artifactId >javax.activation</artifactId >
266
+ </exclusion >
263
267
</exclusions >
264
268
</dependency >
269
+ <dependency >
270
+ <groupId >jakarta.activation</groupId >
271
+ <artifactId >jakarta.activation-api</artifactId >
272
+ <version >1.2.2</version >
273
+ </dependency >
265
274
</dependencies >
266
275
267
276
<repositories >
414
423
</goals >
415
424
<configuration >
416
425
<rules >
426
+ <bannedDependencies >
427
+ <!-- the activation framework was renamed to jarkata activation framework -->
428
+ <excludes >
429
+ <exclude >javax.activation:javax.actication-api</exclude >
430
+ <exclude >com.sun.activation:javax.activation</exclude >
431
+ <exclude >javax.activation:activation</exclude >
432
+ </excludes >
433
+ <message >use jakarta.activation:jakarta.activation-api or com.sun.activation:jakarta.activation instead of javax.activation</message >
434
+ </bannedDependencies >
417
435
<requireProperty >
418
436
<property >gitRepositoryName</property >
419
437
<message >You must set name of Git repository in your pom</message >
You can’t perform that action at this time.
0 commit comments