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 545be9f --other=fix maven-shaded-plugin overwrite META-INF/services
in default (#2135)
545be9f is described below
commit 545be9fe9e1c1cde59349ce1570088ae446e244f
Author: Liao Rui <[email protected]>
AuthorDate: Tue Jan 11 15:45:07 2022 +0800
--other=fix maven-shaded-plugin overwrite META-INF/services in default
(#2135)
Co-authored-by: ryanrliao <[email protected]>
---
inlong-sort/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/inlong-sort/pom.xml b/inlong-sort/pom.xml
index 763bd49..6f34dae 100644
--- a/inlong-sort/pom.xml
+++ b/inlong-sort/pom.xml
@@ -384,6 +384,9 @@
</excludes>
</filter>
</filters>
+ <transformers>
+ <transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+ </transformers>
</configuration>
</execution>
</executions>