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

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

commit 0734e7dbe856b0542394307daded61a798ab7dd2
Author: Otavio Rodolfo Piske <opi...@redhat.com>
AuthorDate: Wed Jun 2 09:58:04 2021 +0200

    Fixed webhook tests for Camel Quarkus 2.0.0 / Camel 3.10
---
 itests/camel-k-itests-webhook/pom.xml | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/itests/camel-k-itests-webhook/pom.xml 
b/itests/camel-k-itests-webhook/pom.xml
index ca10434..3d585b0 100644
--- a/itests/camel-k-itests-webhook/pom.xml
+++ b/itests/camel-k-itests-webhook/pom.xml
@@ -37,11 +37,12 @@
             <artifactId>camel-k-webhook</artifactId>
         </dependency>
 
-        <!-- camel quarkus -->
         <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-loader-yaml</artifactId>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-yaml-dsl</artifactId>
         </dependency>
+
+        <!-- camel quarkus -->
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-timer</artifactId>
@@ -117,19 +118,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-loader-yaml-deployment</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.k</groupId>
             <artifactId>camel-k-cron-deployment</artifactId>
             <version>${project.version}</version>
             <type>pom</type>

Reply via email to