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

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


The following commit(s) were added to refs/heads/master by this push:
     new 46b2ba8  fix: MEECROWAVE-323 - incorrect filename
     new 710b8d0  Merge pull request #17 from bvfalcon/master
46b2ba8 is described below

commit 46b2ba8ece7263fc774070250d39032a37b5154a
Author: Vladimir V. Bychkov <git...@bychkov.name>
AuthorDate: Thu Oct 13 21:02:36 2022 +0200

    fix: MEECROWAVE-323 - incorrect filename
    
    Bug with erroneous automatic renaming file solved
    
    Signed-off-by: Vladimir V. Bychkov <git...@bychkov.name>
---
 meecrowave-core/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meecrowave-core/pom.xml b/meecrowave-core/pom.xml
index e027019..142daa0 100644
--- a/meecrowave-core/pom.xml
+++ b/meecrowave-core/pom.xml
@@ -617,6 +617,9 @@
                 <relocation>
                   <pattern>javax.annotation</pattern>
                   <shadedPattern>jakarta.annotation</shadedPattern>
+                  <excludes>
+                    <exclude>javax.annotation.processing.**</exclude>
+                  </excludes>
                 </relocation>
                 <relocation>
                   <pattern>javax.el</pattern>

Reply via email to