@@ -26,105 +26,59 @@ limitations under the License.
2626
2727 <artifactId >flink-connector-clickhouse</artifactId >
2828 <name >Flink : Connectors : Clickhouse</name >
29-
3029 <packaging >jar</packaging >
3130
3231 <dependencies >
33-
34- <!-- Core -->
35-
36- <dependency >
37- <groupId >org.apache.flink</groupId >
38- <artifactId >flink-streaming-java</artifactId >
39- <version >${flink.version} </version >
40- <scope >provided</scope >
41- </dependency >
42-
43- <!-- Connectors -->
44-
4532 <dependency >
4633 <groupId >org.apache.flink</groupId >
4734 <artifactId >flink-connector-base</artifactId >
48- <version >${flink.version} </version >
4935 </dependency >
50-
51- <!-- Table ecosystem -->
52-
53- <!-- Projects depending on this project won't depend on flink-table-*. -->
5436 <dependency >
5537 <groupId >org.apache.flink</groupId >
5638 <artifactId >flink-table-api-java-bridge</artifactId >
57- <version >${flink.version} </version >
58- <scope >provided</scope >
59- <optional >true</optional >
6039 </dependency >
6140
6241 <!-- Clickhouse -->
63-
6442 <dependency >
6543 <groupId >com.clickhouse</groupId >
6644 <artifactId >clickhouse-jdbc</artifactId >
67- <version >${clickhouse-jdbc.version} </version >
68- </dependency >
69- <dependency >
70- <groupId >com.fasterxml.jackson.core</groupId >
71- <artifactId >jackson-databind</artifactId >
72- <version >${jackson.version} </version >
7345 </dependency >
7446 <dependency >
7547 <groupId >org.apache.commons</groupId >
7648 <artifactId >commons-lang3</artifactId >
77- <version >${commons-lang3.version} </version >
7849 </dependency >
79-
80- <!-- Http -->
81-
8250 <dependency >
8351 <groupId >org.apache.httpcomponents.client5</groupId >
8452 <artifactId >httpclient5</artifactId >
85- <version >5.2.1</version >
8653 </dependency >
8754
8855 <!-- Tests -->
89-
9056 <dependency >
9157 <groupId >org.apache.flink</groupId >
92- <artifactId >flink-core</artifactId >
93- <version >${flink.version} </version >
94- <scope >test</scope >
95- <type >test-jar</type >
96- </dependency >
97-
98- <dependency >
99- <groupId >org.apache.flink</groupId >
100- <artifactId >flink-streaming-java</artifactId >
58+ <artifactId >flink-test-utils</artifactId >
10159 <version >${flink.version} </version >
10260 <scope >test</scope >
103- <type >test-jar</type >
10461 </dependency >
105-
10662 <dependency >
10763 <groupId >org.apache.flink</groupId >
108- <artifactId >flink-test-utils</artifactId >
64+ <artifactId >flink-connector- test-utils</artifactId >
10965 <version >${flink.version} </version >
11066 <scope >test</scope >
11167 </dependency >
112-
11368 <dependency >
11469 <groupId >org.apache.flink</groupId >
115- <artifactId >flink-connector-test-utils </artifactId >
70+ <artifactId >flink-streaming-java </artifactId >
11671 <version >${flink.version} </version >
11772 <scope >test</scope >
73+ <type >test-jar</type >
11874 </dependency >
119-
12075 <dependency >
12176 <groupId >org.apache.flink</groupId >
12277 <artifactId >flink-runtime</artifactId >
12378 <version >${flink.version} </version >
12479 <type >test-jar</type >
12580 <scope >test</scope >
12681 </dependency >
127-
12882 <dependency >
12983 <groupId >org.apache.flink</groupId >
13084 <artifactId >flink-connector-base</artifactId >
@@ -133,13 +87,6 @@ limitations under the License.
13387 <type >test-jar</type >
13488 </dependency >
13589
136- <dependency >
137- <groupId >org.apache.flink</groupId >
138- <artifactId >flink-metrics-jmx</artifactId >
139- <version >${flink.version} </version >
140- <scope >test</scope >
141- </dependency >
142-
14390 <!-- Clickhouse table factory testing -->
14491 <dependency >
14592 <groupId >org.apache.flink</groupId >
0 commit comments