Skip to content

Commit

Permalink
Merge pull request #17 from bvfalcon/master
Browse files Browse the repository at this point in the history
fix: MEECROWAVE-323 - incorrect filename
  • Loading branch information
rmannibucau committed Oct 13, 2022
2 parents e5d415c + 46b2ba8 commit 710b8d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meecrowave-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 710b8d0

Please sign in to comment.