File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,41 @@ under the License.
79
79
<plugin >
80
80
<groupId >org.apache.maven.plugins</groupId >
81
81
<artifactId >maven-shade-plugin</artifactId >
82
+ <version >3.1.0</version >
83
+ <executions >
84
+ <execution >
85
+ <phase >package</phase >
86
+ <goals >
87
+ <goal >shade</goal >
88
+ </goals >
89
+ <configuration >
90
+ <createDependencyReducedPom >false</createDependencyReducedPom >
91
+ <artifactSet >
92
+ <excludes >
93
+ <exclude >org.slf4j:slf4j-api</exclude >
94
+ <exclude >log4j:log4j</exclude >
95
+ <exclude >ch.qos.logback:*</exclude >
96
+ </excludes >
97
+ </artifactSet >
98
+ <filters >
99
+ <filter >
100
+ <artifact >*:*</artifact >
101
+ <excludes >
102
+ <exclude >META-INF/*.SF</exclude >
103
+ <exclude >META-INF/*.DSA</exclude >
104
+ <exclude >META-INF/*.RSA</exclude >
105
+ </excludes >
106
+ </filter >
107
+ </filters >
108
+ <relocations >
109
+ <relocation >
110
+ <pattern >org.apache.poi</pattern >
111
+ <shadedPattern >com.dtstack.chunjun.connector.ftp.shaded.org.apache.poi</shadedPattern >
112
+ </relocation >
113
+ </relocations >
114
+ </configuration >
115
+ </execution >
116
+ </executions >
82
117
</plugin >
83
118
84
119
<plugin >
Original file line number Diff line number Diff line change 58
58
<module >chunjun-connector-dm</module >
59
59
<module >chunjun-connector-gbase</module >
60
60
<module >chunjun-connector-gbase8s</module >
61
- <module >chunjun-connector-gbasehk</module >
61
+ <!-- <module>chunjun-connector-gbasehk</module> -- >
62
62
<module >chunjun-connector-clickhouse</module >
63
63
<module >chunjun-connector-saphana</module >
64
64
<module >chunjun-connector-doris</module >
You can’t perform that action at this time.
0 commit comments