Skip to content

Commit

Permalink
[feature] split mongo db cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoJiang521 committed Oct 26, 2023
1 parent 8dc623a commit 3211319
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ datasource_list=(
"datasource-s3"
"datasource-sqlserver-cdc"
"datasource-starrocks"
"datasource-mongodbcdc"
)

# the datasource default version is 1.0.0, you can also choose a custom version. eg: 1.1.2: sh install-datasource.sh 2.1.2
Expand Down
13 changes: 13 additions & 0 deletions seatunnel-web-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,19 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>datasource-mongodbcdc</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- jdbc driver -->
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
Expand Down

0 comments on commit 3211319

Please sign in to comment.