Skip to content

Commit

Permalink
fixed flink cdc yaml assembly bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrart committed Feb 13, 2025
1 parent cbea401 commit 6331e09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions streampark-console/streampark-console-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.streampark</groupId>
<artifactId>streampark-flink-cdcclient_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_${scala.binary.version}</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<excludes>
<exclude>org.apache.streampark:streampark-flink-sqlclient_${scala.binary.version}</exclude>
<exclude>org.apache.streampark:streampark-spark-sqlclient_${scala.binary.version}</exclude>
<exclude>org.apache.streampark:streampark-flink-cdcclient_${scala.binary.version}</exclude>
<exclude>javax.servlet:servlet-api</exclude>
</excludes>
</dependencySet>
Expand All @@ -40,6 +41,7 @@
<includes>
<include>org.apache.streampark:streampark-flink-sqlclient_${scala.binary.version}</include>
<include>org.apache.streampark:streampark-spark-sqlclient_${scala.binary.version}</include>
<include>org.apache.streampark:streampark-flink-cdcclient_${scala.binary.version}</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down
2 changes: 1 addition & 1 deletion streampark-flink/streampark-flink-cdcclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<version>2.2.0-SNAPSHOT</version>
</parent>

<artifactId>streampark-flink-cdc-client_${scala.binary.version}</artifactId>
<artifactId>streampark-flink-cdcclient_${scala.binary.version}</artifactId>
<version>2.2.0-SNAPSHOT</version>
<name>StreamPark : Flink CDC Client</name>

Expand Down

0 comments on commit 6331e09

Please sign in to comment.