You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/08 09:32:14 UTC

[GitHub] [camel-kafka-connector] orpiske commented on a change in pull request #316: Added tests for JDBC sink

orpiske commented on a change in pull request #316:
URL: https://github.com/apache/camel-kafka-connector/pull/316#discussion_r451410966



##########
File path: parent/pom.xml
##########
@@ -301,6 +302,18 @@
                 <scope>test</scope>
             </dependency>
 
+            <dependency>
+                <groupId>org.testcontainers</groupId>
+                <artifactId>mariadb</artifactId>
+                <version>${testcontainers-version}</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.mariadb.jdbc</groupId>
+                <artifactId>mariadb-java-client</artifactId>
+                <version>${version.mariadb}</version>
+                <scope>test</scope>

Review comment:
       Thanks @oscerd. I wasn't aware of that. I will adjust it :) 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org