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 3c5ee8e97b37e60db455bc9f3fe59e5cfdc3269e
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Thu Jul 25 07:09:14 2019 +0200

    chore(deps): cleanup dependencies
---
 camel-k-loader-groovy/pom.xml | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/camel-k-loader-groovy/pom.xml b/camel-k-loader-groovy/pom.xml
index cd51a88..00fae2e 100644
--- a/camel-k-loader-groovy/pom.xml
+++ b/camel-k-loader-groovy/pom.xml
@@ -39,11 +39,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-main</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
             <artifactId>camel-log</artifactId>
             <scope>provided</scope>
         </dependency>
@@ -65,6 +60,10 @@
             <scope>provided</scope>
         </dependency>
 
+        <!-- ******************************* -->
+        <!-- test deps :: camel              -->
+        <!-- ******************************* -->
+
         <dependency>
             <groupId>org.apache.camel.k</groupId>
             <artifactId>camel-k-runtime-main</artifactId>
@@ -72,6 +71,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-main</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-timer</artifactId>
             <scope>test</scope>
         </dependency>
@@ -95,6 +99,11 @@
             <artifactId>camel-properties</artifactId>
             <scope>test</scope>
         </dependency>
+
+        <!-- ******************************* -->
+        <!-- test deps                       -->
+        <!-- ******************************* -->
+
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-test</artifactId>

Reply via email to