This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new ae4846f  full package works better
ae4846f is described below

commit ae4846f719f49805d7f2af6f7ce021959694f0af
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Mon Feb 21 16:01:37 2022 +0100

    full package works better
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 815c0b8..e26d738 100644
--- a/pom.xml
+++ b/pom.xml
@@ -378,7 +378,7 @@
                                     <pattern>javax.annotation</pattern>
                                     
<shadedPattern>jakarta.annotation</shadedPattern>
                                     <excludes>
-                                        
<exclude>javax.annotation.process.**</exclude>
+                                        
<exclude>javax.annotation.processing.**</exclude>
                                     </excludes>
                                 </relocation>
                                 <relocation>

Reply via email to