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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 643aa3574bdd342ae784a4f933e239d2a9da0031
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Tue Sep 3 14:40:54 2019 +0200

    chore(test): remove dependencies on runtime from camel-k-runtime-health
---
 camel-k-runtime-health/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/camel-k-runtime-health/pom.xml b/camel-k-runtime-health/pom.xml
index f58ecb6..d2590c9 100644
--- a/camel-k-runtime-health/pom.xml
+++ b/camel-k-runtime-health/pom.xml
@@ -65,11 +65,6 @@
             <artifactId>camel-properties</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-runtime-main</artifactId>
-            <scope>test</scope>
-        </dependency>
 
         <dependency>
             <groupId>org.junit.jupiter</groupId>

Reply via email to