File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
seatunnel-connectors-v2/connector-cdc Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 3030
3131 <dependencyManagement >
3232 <dependencies >
33+ <dependency >
34+ <groupId >org.apache.seatunnel</groupId >
35+ <artifactId >connector-jdbc</artifactId >
36+ <version >${project.version} </version >
37+ <type >pom</type >
38+ <scope >import</scope >
39+ </dependency >
3340 <dependency >
3441 <groupId >org.apache.seatunnel</groupId >
3542 <artifactId >connector-cdc-base</artifactId >
8794 <version >4.13.2</version >
8895 <scope >test</scope >
8996 </dependency >
97+ <dependency >
98+ <groupId >mysql</groupId >
99+ <artifactId >mysql-connector-java</artifactId >
100+ </dependency >
90101 </dependencies >
91102
92103 <build >
Original file line number Diff line number Diff line change 4444 <scope >compile</scope >
4545 </dependency >
4646
47+ <dependency >
48+ <groupId >org.apache.seatunnel</groupId >
49+ <artifactId >connector-jdbc</artifactId >
50+ <version >${project.version} </version >
51+ <type >pom</type >
52+ <scope >import</scope >
53+ </dependency >
4754 </dependencies >
4855 </dependencyManagement >
4956
7077 <artifactId >connector-jdbc</artifactId >
7178 <version >${project.version} </version >
7279 </dependency >
80+
81+ <dependency >
82+ <groupId >com.microsoft.sqlserver</groupId >
83+ <artifactId >mssql-jdbc</artifactId >
84+ </dependency >
7385 </dependencies >
7486
7587</project >
You can’t perform that action at this time.
0 commit comments