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

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

commit 0181c9786817535ea5d4e0c8d66d918dfb6a9eaf
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Jun 2 09:28:44 2021 +0200

    Fixed cron tests for Camel Quarkus 2.0.0 / Camel 3.10
---
 itests/camel-k-itests-cron/pom.xml | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/itests/camel-k-itests-cron/pom.xml 
b/itests/camel-k-itests-cron/pom.xml
index 11724bd..c80566d 100644
--- a/itests/camel-k-itests-cron/pom.xml
+++ b/itests/camel-k-itests-cron/pom.xml
@@ -40,8 +40,8 @@
         <!-- 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>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
@@ -106,19 +106,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