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) <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to