You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2021/03/03 00:25:49 UTC

[incubator-pinot] 01/01: Shade jackson packages in pinot-spi and pinot-avro-base modules

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

jlli pushed a commit to branch add-jackson-databind-to-shaded-jar
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit ef4a0415534519f3f3783b299805d82debcf74f7
Author: Jack Li(Analytics Engineering) <jl...@jlli-mn1.linkedin.biz>
AuthorDate: Tue Mar 2 16:25:06 2021 -0800

    Shade jackson packages in pinot-spi and pinot-avro-base modules
---
 pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml | 4 ++++
 pinot-spi/pom.xml                                        | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml b/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml
index e25e31b..0f32bc2 100644
--- a/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml
+++ b/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml
@@ -74,6 +74,10 @@
                       <pattern>com.google.common.base</pattern>
                       <shadedPattern>shaded.com.google.common.base</shadedPattern>
                     </relocation>
+                    <relocation>
+                      <pattern>com.fasterxml.jackson</pattern>
+                      <shadedPattern>shaded.com.fasterxml.jackson</shadedPattern>
+                    </relocation>
                   </relocations>
                 </configuration>
               </execution>
diff --git a/pinot-spi/pom.xml b/pinot-spi/pom.xml
index 9f61b72..def582d 100644
--- a/pinot-spi/pom.xml
+++ b/pinot-spi/pom.xml
@@ -171,6 +171,10 @@
                       <pattern>com.google.common.base</pattern>
                       <shadedPattern>shaded.com.google.common.base</shadedPattern>
                     </relocation>
+                    <relocation>
+                      <pattern>com.fasterxml.jackson</pattern>
+                      <shadedPattern>shaded.com.fasterxml.jackson</shadedPattern>
+                    </relocation>
                   </relocations>
                 </configuration>
               </execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org