This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/camel-main by this push:
     new ea718fc984 Fixed build problem
ea718fc984 is described below

commit ea718fc984ab429e8dc1e33c1814afdce243cd37
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>

Reply via email to