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-runtime.git
commit a2511599762d0c9975ff5aeb0257405ed8983692 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 1dfbf65..7bdee9e 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>
