File tree Expand file tree Collapse file tree 3 files changed +41
-0
lines changed
bitsail-connectors/connector-cdc Expand file tree Collapse file tree 3 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <parent >
6+ <artifactId >bitsail-all</artifactId >
7+ <groupId >com.bytedance.bitsail</groupId >
8+ <version >0.2.0-SNAPSHOT</version >
9+ <relativePath >../../../pom.xml</relativePath >
10+ </parent >
11+ <modelVersion >4.0.0</modelVersion >
12+
13+ <artifactId >connector-cdc-jdbc-base</artifactId >
14+
15+ <properties >
16+ <maven .compiler.source>8</maven .compiler.source>
17+ <maven .compiler.target>8</maven .compiler.target>
18+ </properties >
19+
20+ </project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <parent >
6+ <artifactId >bitsail-all</artifactId >
7+ <groupId >com.bytedance.bitsail</groupId >
8+ <version >0.2.0-SNAPSHOT</version >
9+ </parent >
10+ <modelVersion >4.0.0</modelVersion >
11+
12+ <artifactId >connector-cdc-postgres</artifactId >
13+
14+ <properties >
15+ <maven .compiler.source>8</maven .compiler.source>
16+ <maven .compiler.target>8</maven .compiler.target>
17+ </properties >
18+
19+ </project >
Original file line number Diff line number Diff line change 3030 <modules >
3131 <module >connector-cdc-base</module >
3232 <module >connector-cdc-mysql</module >
33+ <module >connector-cdc-postgres</module >
34+ <module >connector-cdc-jdbc-base</module >
3335 </modules >
3436
3537 <properties >
You can’t perform that action at this time.
0 commit comments