You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/09/03 20:17:09 UTC

[camel-k-runtime] 05/08: chore(test): remove dependencies on runtime from camel-k-runtime-servlet

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 b149f8327a05a3102105df441b86be7ca50342cb
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Tue Sep 3 14:41:08 2019 +0200

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

diff --git a/camel-k-runtime-servlet/pom.xml b/camel-k-runtime-servlet/pom.xml
index 41a8f60..9df6913 100644
--- a/camel-k-runtime-servlet/pom.xml
+++ b/camel-k-runtime-servlet/pom.xml
@@ -72,11 +72,6 @@
         <!-- ****************************** -->
 
         <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-runtime-main</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test</artifactId>
             <scope>test</scope>