JiriOndrusek edited a comment on pull request #1258:
URL: https://github.com/apache/camel-quarkus/pull/1258#issuecomment-634066299


   @oscerd I've changed PR in suggested way. Dependency 
mysql:mysql-connector-java is excluded from extension and test. It is present 
only in a provided/optional way. Scope 'system' is used. Behavior is following:
   • if libs/mysql-connector-java-8.0.20.jar is present, profile 'mysqlDriver' 
is activated. mysql:mysql-connector-java (with scope system) is added among 
dependencies and tests for mysql are executed
   • if libs/mysql-connector-java-8.0.20.jar is not present. 
mysql:mysql-connector-java is not among dependencies and no mysql container nor 
tests are executed
   
   In that way, mysql driver is optional and not present in project.


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