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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new ce76c9058 [INLONG-4244][Sort] Remove flink-avro relocation (#4246)
ce76c9058 is described below

commit ce76c905871ce5efa4a4791162090de9340862d1
Author: pacino <[email protected]>
AuthorDate: Wed May 18 22:25:56 2022 +0800

    [INLONG-4244][Sort] Remove flink-avro relocation (#4246)
---
 inlong-sort/sort-single-tenant/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/inlong-sort/sort-single-tenant/pom.xml 
b/inlong-sort/sort-single-tenant/pom.xml
index cd29ee38b..09639d191 100644
--- a/inlong-sort/sort-single-tenant/pom.xml
+++ b/inlong-sort/sort-single-tenant/pom.xml
@@ -324,13 +324,6 @@
                                     </excludes>
                                 </filter>
                             </filters>
-                            <relocations>
-                                <relocation>
-                                    
<pattern>org.apache.flink.formats.avro</pattern>
-                                    
<shadedPattern>org.apache.inlong.shaded.flink.formats.avro
-                                    </shadedPattern>
-                                </relocation>
-                            </relocations>
                             <transformers>
                                 <transformer
                                         
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>

Reply via email to