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 1c7190b22b3591381b3a44f9b018e032e89fc51a Author: aldettinger <aldettin...@gmail.com> AuthorDate: Tue Sep 27 15:04:58 2022 +0200 regen --- catalog/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/catalog/pom.xml b/catalog/pom.xml index 9d3c44cb35..0d3458b11c 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -3672,6 +3672,19 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-support-jdbc</artifactId> + <version>${project.version}</version> + <type>pom</type> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-support-jetty</artifactId>