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/09/18 15:53:55 UTC

[camel-spring-boot-examples] 32/40: Remove not needed dependencies for testing

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 778e8e19f7cd2eb85015b7f2abe5b9cd0cdf8cd1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 31 11:18:32 2020 +0200

    Remove not needed dependencies for testing
---
 camel-example-spring-boot/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/camel-example-spring-boot/pom.xml b/camel-example-spring-boot/pom.xml
index f7d0935..dfc8fe3 100644
--- a/camel-example-spring-boot/pom.xml
+++ b/camel-example-spring-boot/pom.xml
@@ -103,16 +103,6 @@
             <artifactId>camel-test-spring-junit5</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-management</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.junit.vintage</groupId>
-            <artifactId>junit-vintage-engine</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>