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 2022/04/26 08:37:31 UTC

[camel] branch main updated: camel-kamelet-main - dependency problem with camel-timer as test scope

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9d4b321588b camel-kamelet-main - dependency problem with camel-timer as test scope
9d4b321588b is described below

commit 9d4b321588b0267556d00427049e28f5f7dd82f2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Apr 26 10:37:17 2022 +0200

    camel-kamelet-main - dependency problem with camel-timer as test scope
---
 dsl/camel-kamelet-main/pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dsl/camel-kamelet-main/pom.xml b/dsl/camel-kamelet-main/pom.xml
index 5a3737a9e09..4ed0e83a20a 100644
--- a/dsl/camel-kamelet-main/pom.xml
+++ b/dsl/camel-kamelet-main/pom.xml
@@ -88,6 +88,10 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-platform-http-vertx</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-timer</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-vertx-http</artifactId>
@@ -127,11 +131,6 @@
             <version>${microprofile-config-version}</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-timer</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-api</artifactId>