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/bval.git
The following commit(s) were added to refs/heads/master by this push:
new 20b171d BVAL-214 Make sure to also relocate javax.xml.bind
20b171d is described below
commit 20b171deb4d1d6a93657f3c0bad0bc64df2c0887
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Mar 23 21:53:20 2022 +0100
BVAL-214 Make sure to also relocate javax.xml.bind
---
bval-jsr/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index 42ce300..483a766 100644
--- a/bval-jsr/pom.xml
+++ b/bval-jsr/pom.xml
@@ -440,6 +440,10 @@ build.timestamp=${timestamp}
<pattern>javax.persistence</pattern>
<shadedPattern>jakarta.persistence</shadedPattern>
</relocation>
+ <relocation>
+ <pattern>javax.xml.bind</pattern>
+
<shadedPattern>jakarta.xml.bind</shadedPattern>
+ </relocation>
</relocations>
</configuration>
</execution>