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 07b616b2c8db96c9862c0fbd311af0b1fa54f925 Author: Otavio Rodolfo Piske <[email protected]> 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 0f2c6d6..473eb57 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 548578b..5292f5c 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>
