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

commit e6378982dbb4e3b8800f26091ea45098a055028c
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Apr 30 09:54:19 2024 +0100

    Make rest-assured test scope in http-log example
---
 http-log/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/http-log/pom.xml b/http-log/pom.xml
index 099136d..030d8aa 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