This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit fb3532cd08162a7077ca9266e1d12900679ab0b5 Author: Pasquale Congiusti <[email protected]> AuthorDate: Fri May 27 15:13:37 2022 +0200 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 21eed2fe..cb37c47b 100644 --- a/itests/camel-k-itests-loader-groovy/pom.xml +++ b/itests/camel-k-itests-loader-groovy/pom.xml @@ -68,21 +68,6 @@ <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> - - <!-- The following dependencies guarantee that this module is built after them. --> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-groovy-dsl</artifactId> - <version>${camel-version}</version> - <type>pom</type> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>*</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> </dependencies> </project> diff --git a/itests/camel-k-itests-runtime/pom.xml b/itests/camel-k-itests-runtime/pom.xml index 314b614d..3b290956 100644 --- a/itests/camel-k-itests-runtime/pom.xml +++ b/itests/camel-k-itests-runtime/pom.xml @@ -66,34 +66,6 @@ <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> - - <!-- The following dependencies guarantee that this module is built after them. --> - <dependency> - <groupId>org.apache.camel.k</groupId> - <artifactId>camel-k-runtime-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</groupId> - <artifactId>camel-groovy-dsl</artifactId> - <version>${camel-version}</version> - <type>pom</type> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>*</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> </dependencies> <build> diff --git a/support/camel-k-maven-plugin/pom.xml b/support/camel-k-maven-plugin/pom.xml index 1985a4a7..df529ca2 100644 --- a/support/camel-k-maven-plugin/pom.xml +++ b/support/camel-k-maven-plugin/pom.xml @@ -87,7 +87,6 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core-catalog</artifactId> - <version>${camel-version}</version> </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> @@ -102,7 +101,6 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-catalog</artifactId> - <version>${camel-version}</version> </dependency> <dependency> <groupId>org.yaml</groupId>
