Skip to content

Commit

Permalink
scope-compile
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYunHey <[email protected]>
  • Loading branch information
ChenYunHey committed Dec 22, 2023
1 parent 4f0026c commit 16932cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lakesoul-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ SPDX-License-Identifier: Apache-2.0
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-common</artifactId>
<version>${flink.version}</version>
<!-- <scope>${local.scope}</scope>-->
<scope>${local.scope}</scope>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-core</artifactId>
<version>${flink.version}</version>
<!-- <scope>${local.scope}</scope>-->
<scope>${local.scope}</scope>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java</artifactId>
<version>${flink.version}</version>
<!-- <scope>${local.scope}</scope>-->
<scope>${local.scope}</scope>
<exclusions>
<exclusion>
<groupId>org.scala-lang</groupId>
Expand Down Expand Up @@ -126,19 +126,19 @@ SPDX-License-Identifier: Apache-2.0
<groupId>com.ververica</groupId>
<artifactId>flink-sql-connector-postgres-cdc</artifactId>
<version>${cdc.version}</version>
<scope>${local.scope}</scope>
<!-- <scope>${local.scope}</scope>-->
</dependency>
<dependency>
<groupId>com.ververica</groupId>
<artifactId>flink-sql-connector-mysql-cdc</artifactId>
<version>${cdc.version}</version>
<scope>${local.scope}</scope>
<!-- <scope>${local.scope}</scope>-->
</dependency>
<dependency>
<groupId>com.ververica</groupId>
<artifactId>flink-sql-connector-oracle-cdc</artifactId>
<version>${cdc.version}</version>
<scope>${local.scope}</scope>
<!-- <scope>${local.scope}</scope>-->
</dependency>

<!-- <dependency>-->
Expand Down

0 comments on commit 16932cc

Please sign in to comment.