This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit e3f73189b5da948492eeaa2d7939a66f1dc31c7e Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Mon Jan 30 15:53:21 2023 +0000 Fix SQL extension native testing of alternative JDBC drivers --- integration-tests/sql/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integration-tests/sql/pom.xml b/integration-tests/sql/pom.xml index ad9656246c..6a0decae57 100644 --- a/integration-tests/sql/pom.xml +++ b/integration-tests/sql/pom.xml @@ -102,6 +102,11 @@ </goals> </execution> </executions> + <configuration> + <systemPropertyVariables> + <quarkus.test.arg-line>-Dcq.sqlJdbcKind=${cq.sqlJdbcKind}</quarkus.test.arg-line> + </systemPropertyVariables> + </configuration> </plugin> </plugins> </build>