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 d76826ebe2de564b0f1ec30d3c3bd520af30ac20 Author: Otavio Rodolfo Piske <[email protected]> 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 20d34b1..3f8f433 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 99700ed..c6383f1 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>
