Skip to content

Commit

Permalink
[Hotfix][Dist] Add oracle cdc (#6818)
Browse files Browse the repository at this point in the history
dailai authored May 9, 2024
1 parent 42572f0 commit fe1ec4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions seatunnel-dist/pom.xml
Original file line number Diff line number Diff line change
@@ -479,6 +479,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-cdc-oracle</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>connector-cdc-mongodb</artifactId>

0 comments on commit fe1ec4a

Please sign in to comment.