This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit bd39050455ad6791b34089144d4efd2b283a891b 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 a1ae50bfb7..0a93735b21 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>