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

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

commit 4f4e61fd1997c937f220962c5212f32bf0f502ce
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 +
 http-log/pom.xml                | 1 +
 4 files changed, 4 insertions(+)

diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 410d3b4..2678ac8 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/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/cxf-soap/pom.xml b/cxf-soap/pom.xml
index 578c1e4..13fbf3c 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 656745b..df06a55 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>
 
diff --git a/http-log/pom.xml b/http-log/pom.xml
index b1936a8..6df6a5b 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -99,6 +99,7 @@
         <dependency>
             <groupId>io.rest-assured</groupId>
             <artifactId>rest-assured</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.awaitility</groupId>

Reply via email to