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 5085b47  PHOENIX-6136 javax.servlet.UnavailableException thrown when 
using Spark connector
5085b47 is described below

commit 5085b47089e6cd46663ce9c8686015e1bb4f627a
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Sep 16 07:03:16 2020 +0200

    PHOENIX-6136 javax.servlet.UnavailableException thrown when using Spark 
connector
    
    relocate Jersey libraries in phoenix-client.jar
---
 phoenix-client/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index 7ce1a8c..c25fc0b 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -141,6 +141,10 @@
               <shadedPattern>${shaded.package}.com.sun.research</shadedPattern>
             </relocation>
             <relocation>
+              <pattern>com.sun.jersey</pattern>
+              <shadedPattern>${shaded.package}.com.sun.jersey</shadedPattern>
+            </relocation>
+            <relocation>
               <pattern>com.sun.activation</pattern>
               
<shadedPattern>${shaded.package}.com.sun.activation</shadedPattern>
             </relocation>
@@ -177,6 +181,10 @@
               <shadedPattern>${shaded.package}.org.fusesource</shadedPattern>
             </relocation>
             <relocation>
+              <pattern>org.glassfish.jersey</pattern>
+              
<shadedPattern>${shaded.package}.org.glassfish.jersey</shadedPattern>
+            </relocation>
+            <relocation>
               <pattern>org.hamcrest</pattern>
               <shadedPattern>${shaded.package}.org.hamcrest</shadedPattern>
             </relocation>

Reply via email to