eskabetxe commented on code in PR #49:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/49#discussion_r1212195434


##########
flink-connector-jdbc/pom.xml:
##########
@@ -194,6 +194,22 @@ under the License.
                        <scope>test</scope>
                </dependency>
 
+               <!-- clickhouse tests -->
+               <dependency>
+                       <groupId>com.clickhouse</groupId>
+                       <artifactId>clickhouse-jdbc</artifactId>
+                       <version>0.4.6</version>
+                       <scope>provided</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.testcontainers</groupId>
+                       <artifactId>clickhouse</artifactId>
+                       <version>1.18.1</version>

Review Comment:
   we have update master.. if you rebase will be available the last version o 
testcontainers



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to