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 8c260aa  PHOENIX-6237 Relocate javax. classes in phoenix-client
8c260aa is described below

commit 8c260aa4145a95d22edb028dde29dea83b2f80a7
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 2423261..4cd3f73 100644
--- a/phoenix-client-parent/pom.xml
+++ b/phoenix-client-parent/pom.xml
@@ -204,6 +204,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