This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 5a12f6f [SeaTunnel #1054] set createDependencyReducedPom to false for
seatunnel-config module (#1055)
5a12f6f is described below
commit 5a12f6fe90f675f79bd9e4b68dc8e9586d290e79
Author: CenterCode <[email protected]>
AuthorDate: Mon Jan 17 23:28:02 2022 +0800
[SeaTunnel #1054] set createDependencyReducedPom to false for
seatunnel-config module (#1055)
---
seatunnel-config/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/seatunnel-config/pom.xml b/seatunnel-config/pom.xml
index 3874d71..36b90b7 100644
--- a/seatunnel-config/pom.xml
+++ b/seatunnel-config/pom.xml
@@ -63,6 +63,7 @@
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>
<shadedArtifactAttached>false</shadedArtifactAttached>
+
<createDependencyReducedPom>false</createDependencyReducedPom>
<filters>
<filter>
<artifact>com.typesafe:config</artifact>