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

jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
     new d042f50  Add missing test scope to rest-assured
d042f50 is described below

commit d042f5026881c5234a660e98651b130807917dae
Author: James Netherton <[email protected]>
AuthorDate: Wed Aug 7 11:47:32 2024 +0100

    Add missing test scope to rest-assured
---
 cluster-leader-election/pom.xml | 1 +
 cxf-soap/pom.xml                | 1 +
 health/pom.xml                  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 20702c2..5290631 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -108,6 +108,7 @@
         <dependency>
             <groupId>io.rest-assured</groupId>
             <artifactId>rest-assured</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.awaitility</groupId>
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index cb4c7fc..c728735 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -104,6 +104,7 @@
         <dependency>
             <groupId>io.rest-assured</groupId>
             <artifactId>rest-assured</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.awaitility</groupId>
diff --git a/health/pom.xml b/health/pom.xml
index 09bfe5f..86a9591 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -103,6 +103,7 @@
         <dependency>
             <groupId>io.rest-assured</groupId>
             <artifactId>rest-assured</artifactId>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 

Reply via email to