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

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


The following commit(s) were added to refs/heads/4.x by this push:
     new 160153c  PHOENIX-6237 Relocate javax. classes in phoenix-client
160153c is described below

commit 160153ccba2a4fb78d5232b81e1e11403512e64b
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Dec 1 11:40:21 2020 +0100

    PHOENIX-6237 Relocate javax. classes in phoenix-client
---
 phoenix-client-parent/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/phoenix-client-parent/pom.xml b/phoenix-client-parent/pom.xml
index 0217e8a..079df61 100644
--- a/phoenix-client-parent/pom.xml
+++ b/phoenix-client-parent/pom.xml
@@ -200,6 +200,18 @@
               <shadedPattern>${shaded.package}.javax.ws.</shadedPattern>
             </relocation>
             <relocation>
+              <pattern>javax/annotation/</pattern>
+              
<shadedPattern>${shaded.package}.javax.annotation.</shadedPattern>
+            </relocation>
+            <relocation>
+              <pattern>javax/inject/</pattern>
+              <shadedPattern>${shaded.package}.javax.inject.</shadedPattern>
+            </relocation>
+            <relocation>
+              <pattern>javax/validation/</pattern>
+              
<shadedPattern>${shaded.package}.javax.validation.</shadedPattern>
+            </relocation>
+            <relocation>
               <pattern>net/</pattern>
               <shadedPattern>${shaded.package}.net.</shadedPattern>
               <excludes>

Reply via email to