File tree Expand file tree Collapse file tree 6 files changed +62
-67
lines changed
Expand file tree Collapse file tree 6 files changed +62
-67
lines changed Original file line number Diff line number Diff line change 1111
1212 <artifactId >sql.side.hbase</artifactId >
1313 <name >hbase-side</name >
14+ <packaging >jar</packaging >
1415 <dependencies >
15- <dependency >
16- <groupId >com.dtstack.flinkx</groupId >
17- <artifactId >sql.core</artifactId >
18- <version >1.0-SNAPSHOT</version >
19- <scope >provided</scope >
20- </dependency >
21-
22- <dependency >
23- <groupId >org.apache.hbase</groupId >
24- <artifactId >hbase-client</artifactId >
25- <version >1.3.1</version >
26- </dependency >
2716
2817 <dependency >
2918 <groupId >org.hbase</groupId >
3221 </dependency >
3322 </dependencies >
3423
35-
36- <packaging >jar</packaging >
37-
3824 <build >
3925 <plugins >
4026 <plugin >
Original file line number Diff line number Diff line change 1212 <artifactId >sql.sink.hbase</artifactId >
1313 <name >hbase-sink</name >
1414
15- <dependencies >
16- <dependency >
17- <groupId >junit</groupId >
18- <artifactId >junit</artifactId >
19- <version >3.8.1</version >
20- <scope >test</scope >
21- </dependency >
15+ <!-- < dependencies> -- >
16+ <!-- < dependency> -- >
17+ <!-- < groupId>junit</groupId> -- >
18+ <!-- < artifactId>junit</artifactId> -- >
19+ <!-- < version>3.8.1</version> -- >
20+ <!-- < scope>test</scope> -- >
21+ <!-- < /dependency> -- >
2222
23- <dependency >
24- <groupId >com.dtstack.flinkx</groupId >
25- <artifactId >sql.core</artifactId >
26- <version >1.0-SNAPSHOT</version >
27- <scope >provided</scope >
28- </dependency >
23+ <!-- < dependency> -- >
24+ <!-- < groupId>com.dtstack.flinkx</groupId> -- >
25+ <!-- < artifactId>sql.core</artifactId> -- >
26+ <!-- < version>1.0-SNAPSHOT</version> -- >
27+ <!-- < scope>provided</scope> -- >
28+ <!-- < /dependency> -- >
2929
30- <dependency >
31- <groupId >org.apache.hbase</groupId >
32- <artifactId >hbase-client</artifactId >
33- <version >1.3.1</version >
34- </dependency >
35- </dependencies >
30+ <!-- < dependency> -- >
31+ <!-- < groupId>org.apache.hbase</groupId> -- >
32+ <!-- < artifactId>hbase-client</artifactId> -- >
33+ <!-- < version>1.3.1</version> -- >
34+ <!-- < /dependency> -- >
35+ <!-- < /dependencies> -- >
3636
3737 <build >
3838 <plugins >
Original file line number Diff line number Diff line change 1616 <module >hbase-side</module >
1717 </modules >
1818
19+ <dependencies >
20+ <dependency >
21+ <groupId >junit</groupId >
22+ <artifactId >junit</artifactId >
23+ <version >3.8.1</version >
24+ <scope >test</scope >
25+ </dependency >
26+ <dependency >
27+ <groupId >com.dtstack.flinkx</groupId >
28+ <artifactId >sql.core</artifactId >
29+ <version >1.0-SNAPSHOT</version >
30+ <scope >provided</scope >
31+ </dependency >
32+
33+ <dependency >
34+ <groupId >org.apache.hbase</groupId >
35+ <artifactId >hbase-client</artifactId >
36+ <version >1.3.1</version >
37+ </dependency >
38+
39+ </dependencies >
40+
1941
2042</project >
Original file line number Diff line number Diff line change 1313 <artifactId >sql.side.mysql</artifactId >
1414 <name >mysql-side</name >
1515 <dependencies >
16- <dependency >
17- <groupId >com.dtstack.flinkx</groupId >
18- <artifactId >sql.core</artifactId >
19- <version >1.0-SNAPSHOT</version >
20- <scope >provided</scope >
21- </dependency >
22-
2316 <!-- 异步数据库连接-->
2417 <!-- 需要提取到对应的插件-->
2518 <dependency >
3326 <artifactId >vertx-core</artifactId >
3427 <version >3.5.2</version >
3528 </dependency >
36-
37- <dependency >
38- <groupId >mysql</groupId >
39- <artifactId >mysql-connector-java</artifactId >
40- <version >5.1.46</version >
41- </dependency >
4229 </dependencies >
4330
4431 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 2020 </properties >
2121
2222 <dependencies >
23- <dependency >
24- <groupId >junit</groupId >
25- <artifactId >junit</artifactId >
26- <version >3.8.1</version >
27- <scope >test</scope >
28- </dependency >
29-
30- <dependency >
31- <groupId >com.dtstack.flinkx</groupId >
32- <artifactId >sql.core</artifactId >
33- <version >1.0-SNAPSHOT</version >
34- <scope >provided</scope >
35- </dependency >
36-
3723 <dependency >
3824 <groupId >org.apache.flink</groupId >
3925 <artifactId >flink-jdbc</artifactId >
4026 <version >${flink.version} </version >
4127 </dependency >
42-
43- <dependency >
44- <groupId >mysql</groupId >
45- <artifactId >mysql-connector-java</artifactId >
46- <version >5.1.17</version >
47- </dependency >
4828 </dependencies >
4929
5030 <build >
Original file line number Diff line number Diff line change 1616 <module >mysql-side</module >
1717 </modules >
1818
19+ <dependencies >
20+ <dependency >
21+ <groupId >junit</groupId >
22+ <artifactId >junit</artifactId >
23+ <version >3.8.1</version >
24+ <scope >test</scope >
25+ </dependency >
26+ <dependency >
27+ <groupId >com.dtstack.flinkx</groupId >
28+ <artifactId >sql.core</artifactId >
29+ <version >1.0-SNAPSHOT</version >
30+ <scope >provided</scope >
31+ </dependency >
32+ <dependency >
33+ <groupId >mysql</groupId >
34+ <artifactId >mysql-connector-java</artifactId >
35+ <version >5.1.46</version >
36+ </dependency >
37+ </dependencies >
38+
1939
2040</project >
You can’t perform that action at this time.
0 commit comments