This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 0eb658fa2fead7a7d4f4504b6c52cf959e4e1691 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Aug 24 15:50:11 2020 +0200 CAMEL-15428: camel-spring-boot BOM with just the starter JARs --- camel-example-spring-boot/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/camel-example-spring-boot/pom.xml b/camel-example-spring-boot/pom.xml index ad6c517..f7d0935 100644 --- a/camel-example-spring-boot/pom.xml +++ b/camel-example-spring-boot/pom.xml @@ -100,20 +100,12 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-test-spring</artifactId> - <version>${camel-version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-test-spring-junit5</artifactId> - <version>${camel-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-management</artifactId> - <version>${camel-version}</version> <scope>test</scope> </dependency> <dependency>