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.git
commit c5c674685593c77cdf3a7785ac98d6b33b3e2095 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Jun 3 11:40:34 2021 +0200 Removed components deprecated with the move to Camel 3.10 --- build/maven/pom-runtime.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/build/maven/pom-runtime.xml b/build/maven/pom-runtime.xml index 7e91f8f..effb780 100644 --- a/build/maven/pom-runtime.xml +++ b/build/maven/pom-runtime.xml @@ -133,28 +133,6 @@ <artifactId>camel-k-kamelet-reify-deployment</artifactId> <version>${runtime.version}</version> </dependency> - - <!-- loaders --> - <dependency> - <groupId>org.apache.camel.k</groupId> - <artifactId>camel-k-loader-groovy</artifactId> - <version>${runtime.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.k</groupId> - <artifactId>camel-k-loader-groovy-deployment</artifactId> - <version>${runtime.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.k</groupId> - <artifactId>camel-k-loader-yaml</artifactId> - <version>${runtime.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.k</groupId> - <artifactId>camel-k-loader-yaml-deployment</artifactId> - <version>${runtime.version}</version> - </dependency> <dependency> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-core-support</artifactId>
