This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push: new c711b25 chore(release): remove references to old modules c711b25 is described below commit c711b25baa6314fbe51f3dee72e2460134dad968 Author: nicolaferraro <ni.ferr...@gmail.com> AuthorDate: Tue Apr 13 19:24:04 2021 +0200 chore(release): remove references to old modules --- itests/camel-k-itests-knative-source-js/pom.xml | 13 ------------- itests/camel-k-itests-loader-js/pom.xml | 15 --------------- 2 files changed, 28 deletions(-) diff --git a/itests/camel-k-itests-knative-source-js/pom.xml b/itests/camel-k-itests-knative-source-js/pom.xml index 7c1c468..6471c5c 100644 --- a/itests/camel-k-itests-knative-source-js/pom.xml +++ b/itests/camel-k-itests-knative-source-js/pom.xml @@ -121,19 +121,6 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.apache.camel.k</groupId> - <artifactId>camel-k-loader-js</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-loader-js/pom.xml b/itests/camel-k-itests-loader-js/pom.xml index 7d26489..a5196c9 100644 --- a/itests/camel-k-itests-loader-js/pom.xml +++ b/itests/camel-k-itests-loader-js/pom.xml @@ -63,21 +63,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-loader-js-deployment</artifactId> - <version>${project.version}</version> - <type>pom</type> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>*</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> </dependencies> <profiles>