Skip to content

Commit 2dcd8db

Browse files
libailinyanghuaiGit
authored andcommitted
[Feature-#1897][gbasehk] annotation gbasehk connector
1 parent b43f897 commit 2dcd8db

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

chunjun-connectors/chunjun-connector-ftp/pom.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,41 @@ under the License.
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<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>
82117
</plugin>
83118

84119
<plugin>

chunjun-connectors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<module>chunjun-connector-dm</module>
5959
<module>chunjun-connector-gbase</module>
6060
<module>chunjun-connector-gbase8s</module>
61-
<module>chunjun-connector-gbasehk</module>
61+
<!-- <module>chunjun-connector-gbasehk</module>-->
6262
<module>chunjun-connector-clickhouse</module>
6363
<module>chunjun-connector-saphana</module>
6464
<module>chunjun-connector-doris</module>

0 commit comments

Comments
 (0)