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 1a489b9671d86fc4edef8669038501e55af8b92b Author: Otavio Rodolfo Piske <opi...@redhat.com> 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 0ce0676..22d5a95 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>