Skip to content

Commit

Permalink
[Hotfix][Dist] Add oracle cdc (apache#6818)
Browse files Browse the repository at this point in the history
  • Loading branch information
dailai authored and chaorongzhi committed Aug 21, 2024
1 parent 8be3b65 commit f9509f8
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
Expand Up @@ -408,6 +408,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>
Expand Down

0 comments on commit f9509f8

Please sign in to comment.