You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/07/09 19:04:17 UTC

[phoenix] branch 4.x updated: PHOENIX-5789 try to standardize on a JSON library (addendum for 4.x)

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 6a2fe59  PHOENIX-5789 try to standardize on a JSON library (addendum for 4.x)
6a2fe59 is described below

commit 6a2fe593812b88a4652d4246a41d7dd18ff32fbd
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Jun 18 08:29:31 2020 +0200

    PHOENIX-5789 try to standardize on a JSON library (addendum for 4.x)
    
    fix phoenix-server shaded jar for 4.x
---
 phoenix-server/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index 328f0ea..a75319e 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -119,6 +119,9 @@
                   <include>com.ibm.icu:icu4j-charset</include>
                   <include>com.ibm.icu:icu4j-localespi</include>
                   <include>com.lmax:disruptor</include>
+                  <include>com.fasterxml.jackson.core:jackson-core</include>
+                  <include>com.fasterxml.jackson.core:jackson-annotations</include>
+                  <include>com.fasterxml.jackson.core:jackson-databind</include>
                 </includes>
                   <excludes>
                     <exclude>org.apache.phoenix:phoenix-server</exclude>