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

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


The following commit(s) were added to refs/heads/master by this push:
     new b7df35fa9f PHOENIX-6903 Shade or exclude javax.xml.bind:jaxb-api from 
the embedded client
b7df35fa9f is described below

commit b7df35fa9fdf6db6caf400c7116e631a56182629
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Mar 14 06:59:27 2023 +0100

    PHOENIX-6903 Shade or exclude javax.xml.bind:jaxb-api from the embedded 
client
---
 phoenix-client-parent/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/phoenix-client-parent/pom.xml b/phoenix-client-parent/pom.xml
index 647600565a..42bee5c047 100644
--- a/phoenix-client-parent/pom.xml
+++ b/phoenix-client-parent/pom.xml
@@ -224,6 +224,14 @@
                 <pattern>javax/validation/</pattern>
                 
<shadedPattern>${shaded.package}.javax.validation.</shadedPattern>
               </relocation>
+              <relocation>
+                <pattern>javax/xml/bind/</pattern>
+                
<shadedPattern>${shaded.package}.javax.xml.bind.</shadedPattern>
+              </relocation>
+              <relocation>
+                <pattern>javax/activation/</pattern>
+                
<shadedPattern>${shaded.package}.javax.activation.</shadedPattern>
+              </relocation>
               <relocation>
                 <pattern>net/</pattern>
                 <shadedPattern>${shaded.package}.net.</shadedPattern>

Reply via email to