Requires the full package for the pattern

This commit is contained in:
Jean-Louis Monteiro 2022-02-21 16:38:32 +01:00
parent 6d7ee9ba59
commit e5c29f4318
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
<pattern>javax.annotation</pattern> <pattern>javax.annotation</pattern>
<shadedPattern>jakarta.annotation</shadedPattern> <shadedPattern>jakarta.annotation</shadedPattern>
<excludes> <excludes>
<exclude>javax.annotation.process.**</exclude> <exclude>javax.annotation.processing.**</exclude>
</excludes> </excludes>
</relocation> </relocation>
<relocation> <relocation>