This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 0c9e6529581193b4332e62d88c6344db5079db26 Author: Jiri Ondrusek <[email protected]> AuthorDate: Tue Mar 3 08:43:32 2026 +0100 Fixed build problem --- catalog/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/catalog/pom.xml b/catalog/pom.xml index 2c4b1912f0..40d2462378 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -929,19 +929,6 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core-cloud</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-couchbase</artifactId>
