This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 200bc1135a5268fb2d5f83e9aa45aabb1a5fedde 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 c192283754..cba1c20db3 100644 --- a/integration-tests/sql/pom.xml +++ b/integration-tests/sql/pom.xml @@ -128,6 +128,11 @@ </goals> </execution> </executions> + <configuration> + <systemPropertyVariables> + <quarkus.test.arg-line>-Dcq.sqlJdbcKind=${cq.sqlJdbcKind}</quarkus.test.arg-line> + </systemPropertyVariables> + </configuration> </plugin> </plugins> </build>