This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit ed24894c0fb7b4767ab6cd4d3fe069042ea49508 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 30 09:59:13 2020 +0200 Removed camel-commmands-core from parent --- parent/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index e4c1dd9..6bc764c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2654,11 +2654,6 @@ <!-- camel commands --> <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-commands-core</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> <groupId>org.apache.camel.karaf</groupId> <artifactId>camel-karaf-commands</artifactId> <version>${project.version}</version>
