You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/08/24 13:52:58 UTC

[camel-spring-boot-examples] branch camel-3.4.x updated: CAMEL-15428: camel-spring-boot BOM with just the starter JARs

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new c6aef97  CAMEL-15428: camel-spring-boot BOM with just the starter JARs
c6aef97 is described below

commit c6aef97de58819350f778f6b32f27ce5957a493f
Author: Claus Ibsen <cl...@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 ae72937..7e0462c 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>