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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b1ca74  Remove cyclic dependency
4b1ca74 is described below

commit 4b1ca7465a540a075909d51494006b90c0800bd6
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Jun 10 13:19:31 2020 +0200

    Remove cyclic dependency
---
 components/camel-swagger-java/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-swagger-java/pom.xml 
b/components/camel-swagger-java/pom.xml
index 7713cc4..5e15714 100644
--- a/components/camel-swagger-java/pom.xml
+++ b/components/camel-swagger-java/pom.xml
@@ -132,11 +132,13 @@
         </dependency>
 
         <!-- testing -->
+        <!--
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-undertow</artifactId>
             <scope>test</scope>
         </dependency>
+        -->
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test-spring-junit5</artifactId>

Reply via email to