This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push: new d0f168886a [SDK] DataProxy SDK Shaded Native Library (#10732) d0f168886a is described below commit d0f168886a88920d6b73abbe40be1947bbeb985a Author: castor <58140421+castor...@users.noreply.github.com> AuthorDate: Tue Jul 30 07:49:18 2024 +0800 [SDK] DataProxy SDK Shaded Native Library (#10732) --- inlong-sdk/dataproxy-sdk/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/inlong-sdk/dataproxy-sdk/pom.xml b/inlong-sdk/dataproxy-sdk/pom.xml index 7f7e3d0bd9..7b59daf6ec 100644 --- a/inlong-sdk/dataproxy-sdk/pom.xml +++ b/inlong-sdk/dataproxy-sdk/pom.xml @@ -155,6 +155,15 @@ </relocations> <createDependencyReducedPom>false</createDependencyReducedPom> <minimizeJar>true</minimizeJar> + <filters> + <filter> + <artifact>*:*</artifact> + <excludes> + <exclude>io/netty/internal/tcnative/**</exclude> + <exclude>META-INF/native/**</exclude> + </excludes> + </filter> + </filters> </configuration> <executions> <execution>