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

diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f29f4c  [fix]Fix maven shade relocate error (#8)
4f29f4c is described below

commit 4f29f4c4d670313f925c4a78f74435d17b9a2f02
Author: wudongliang <[email protected]>
AuthorDate: Thu Mar 28 15:42:59 2024 +0800

    [fix]Fix maven shade relocate error (#8)
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2fab176..6f8dbab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,20 +260,6 @@
                     <artifactId>maven-shade-plugin</artifactId>
                     <version>3.2.4</version>
                     <configuration>
-                        <relocations>
-                            <relocation>
-                                <pattern>com.fasterxml.jackson</pattern>
-                                
<shadedPattern>com.selectdb.kafka.shaded.com.fasterxml.jackson</shadedPattern>
-                            </relocation>
-                            <relocation>
-                                <pattern>org.apache.commons.codec</pattern>
-                                
<shadedPattern>com.selectdb.kafka.shaded.org.apache.commons.codec</shadedPattern>
-                            </relocation>
-                            <relocation>
-                                <pattern>com.google.flatbuffers</pattern>
-                                
<shadedPattern>com.selectdb.kafka.shaded.com.google.flatbuffers</shadedPattern>
-                            </relocation>
-                        </relocations>
                     </configuration>
                     <executions>
                         <execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to