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 29e7cc12629f743d6a08cff8e1cef8088847a1a4 Author: Otavio Rodolfo Piske <opi...@redhat.com> AuthorDate: Wed Jun 2 09:52:20 2021 +0200 Fixed kamelet tests for Camel Quarkus 2.0.0 / Camel 3.10 --- itests/camel-k-itests-kamelet-reify/pom.xml | 21 ++++----------------- itests/camel-k-itests-kamelet/pom.xml | 17 ++--------------- 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/itests/camel-k-itests-kamelet-reify/pom.xml b/itests/camel-k-itests-kamelet-reify/pom.xml index 2745910..8b16274 100644 --- a/itests/camel-k-itests-kamelet-reify/pom.xml +++ b/itests/camel-k-itests-kamelet-reify/pom.xml @@ -37,11 +37,12 @@ <artifactId>camel-k-kamelet-reify</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-activemq</artifactId> @@ -148,20 +149,6 @@ </exclusion> </exclusions> </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> - </dependencies> <build> diff --git a/itests/camel-k-itests-kamelet/pom.xml b/itests/camel-k-itests-kamelet/pom.xml index 29dcb0f..883f8a3 100644 --- a/itests/camel-k-itests-kamelet/pom.xml +++ b/itests/camel-k-itests-kamelet/pom.xml @@ -34,8 +34,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> @@ -90,19 +90,6 @@ </exclusion> </exclusions> </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> </dependencies> <build>