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 9e75752fc63323142ae30824108adfad9804b64e
Author: Otavio Rodolfo Piske <opi...@redhat.com>
AuthorDate: Wed Jun 2 09:24:25 2021 +0200

    Fixed runtime tests for Camel Quarkus 2.0.0 / Camel 3.10
---
 itests/camel-k-itests-runtime-yaml/pom.xml | 17 ++---------------
 itests/camel-k-itests-runtime/pom.xml      |  6 +++---
 2 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/itests/camel-k-itests-runtime-yaml/pom.xml 
b/itests/camel-k-itests-runtime-yaml/pom.xml
index c3f931c..67edea4 100644
--- a/itests/camel-k-itests-runtime-yaml/pom.xml
+++ b/itests/camel-k-itests-runtime-yaml/pom.xml
@@ -50,8 +50,8 @@
         </dependency>
 
         <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>
@@ -120,19 +120,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-knative-deployment</artifactId>
             <version>${project.version}</version>
             <type>pom</type>
diff --git a/itests/camel-k-itests-runtime/pom.xml 
b/itests/camel-k-itests-runtime/pom.xml
index 32e2652..268f0c7 100644
--- a/itests/camel-k-itests-runtime/pom.xml
+++ b/itests/camel-k-itests-runtime/pom.xml
@@ -78,9 +78,9 @@
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-loader-groovy-deployment</artifactId>
-            <version>${project.version}</version>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-groovy-dsl</artifactId>
+            <version>${camel-version}</version>
             <type>pom</type>
             <scope>test</scope>
             <exclusions>

Reply via email to