ppalaga commented on a change in pull request #1258:
URL: https://github.com/apache/camel-quarkus/pull/1258#discussion_r430741951



##########
File path: integration-tests/debezium/pom.xml
##########
@@ -39,9 +39,22 @@
         <!-- explicit dependencies of this module in the Maven sense, although 
they are required by the Quarkus Maven plugin. -->
         <!-- Please update rule whenever you change the dependencies of this 
module by running -->
         <!--     mvn process-resources -Pformat    from the root directory -->
-        
<mvnd.builder.rule>camel-quarkus-debezium-postgres-deployment,camel-quarkus-support-policy-deployment</mvnd.builder.rule>
+        
<mvnd.builder.rule>camel-quarkus-debezium-postgres-deployment,camel-quarkus-debezium-mysql-deployment,camel-quarkus-support-policy-deployment</mvnd.builder.rule>
+        
<mysql.driver.file>libs/mysql-connector-java-8.0.20.jar</mysql.driver.file>

Review comment:
       ```suggestion
           <!-- You need to download the driver yourself. We cannot add a 
compile scope dependency for legal reasons. -->
           <!-- See 
https://camel.apache.org/camel-quarkus/latest/extensions/debezium-myslq.html#_usage
 for more details -->
           
<mysql.driver.file>libs/mysql-connector-java-8.0.20.jar</mysql.driver.file>
   ```




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to