This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 71ab79e683b4d21a21733ff56eb88821a8b84554 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Jun 3 10:33:46 2021 +0200 Removed deprecated dependencies from the BOM --- support/camel-k-runtime-bom/pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml index a21c6bd..a9a376c 100644 --- a/support/camel-k-runtime-bom/pom.xml +++ b/support/camel-k-runtime-bom/pom.xml @@ -208,25 +208,9 @@ </dependency> <dependency> <groupId>org.apache.camel.k</groupId> - <artifactId>camel-k-loader-yaml-impl</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.k</groupId> - <artifactId>camel-k-loader-yaml</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.k</groupId> - <artifactId>camel-k-loader-groovy</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-kamelet-reify</artifactId> <version>${project.version}</version> </dependency> - <dependency> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-maven-plugin</artifactId>
