From 2afd776dbce943472b17d55330998a39443e796e Mon Sep 17 00:00:00 2001 From: Pasquale Congiusti Date: Fri, 27 May 2022 15:13:37 +0200 Subject: [PATCH] feat(deps): remove useless dependency order --- itests/camel-k-itests-loader-groovy/pom.xml | 15 ----------- itests/camel-k-itests-runtime/pom.xml | 28 --------------------- support/camel-k-maven-plugin/pom.xml | 2 -- 3 files changed, 45 deletions(-) diff --git a/itests/camel-k-itests-loader-groovy/pom.xml b/itests/camel-k-itests-loader-groovy/pom.xml index 21eed2fe0..cb37c47bc 100644 --- a/itests/camel-k-itests-loader-groovy/pom.xml +++ b/itests/camel-k-itests-loader-groovy/pom.xml @@ -68,21 +68,6 @@ assertj-core test - - - - org.apache.camel - camel-groovy-dsl - ${camel-version} - pom - test - - - * - * - - - diff --git a/itests/camel-k-itests-runtime/pom.xml b/itests/camel-k-itests-runtime/pom.xml index 314b614d6..3b2909568 100644 --- a/itests/camel-k-itests-runtime/pom.xml +++ b/itests/camel-k-itests-runtime/pom.xml @@ -66,34 +66,6 @@ assertj-core test - - - - org.apache.camel.k - camel-k-runtime-deployment - ${project.version} - pom - test - - - * - * - - - - - org.apache.camel - camel-groovy-dsl - ${camel-version} - pom - test - - - * - * - - - diff --git a/support/camel-k-maven-plugin/pom.xml b/support/camel-k-maven-plugin/pom.xml index 1985a4a73..df529ca2d 100644 --- a/support/camel-k-maven-plugin/pom.xml +++ b/support/camel-k-maven-plugin/pom.xml @@ -87,7 +87,6 @@ org.apache.camel camel-core-catalog - ${camel-version} org.apache.camel.quarkus @@ -102,7 +101,6 @@ org.apache.camel camel-catalog - ${camel-version} org.yaml