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

nfilotto pushed a commit to branch 
revert-11414-CAMEL-19871/set-scope-to-test-dependencies-4.0
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ac29e00cff31b1e56990f4d0da7a8494f3c113f6
Author: Nicolas Filotto <essob...@users.noreply.github.com>
AuthorDate: Sat Sep 16 07:50:01 2023 +0200

    Revert "CAMEL-19871: camel-jooq - Set the proper scope to all test 
dependencies (#11414)"
    
    This reverts commit ab1af40879f61bffe1fad2887c60950c167b5b30.
---
 components/camel-jooq/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/components/camel-jooq/pom.xml b/components/camel-jooq/pom.xml
index e1d9625dd11..4d69b7c7ad8 100644
--- a/components/camel-jooq/pom.xml
+++ b/components/camel-jooq/pom.xml
@@ -84,13 +84,11 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
             <version>${spring-version}</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-jdbc</artifactId>
             <version>${spring-version}</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
@@ -102,7 +100,6 @@
             <groupId>org.awaitility</groupId>
             <artifactId>awaitility</artifactId>
             <version>${awaitility-version}</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.hsqldb</groupId>

Reply via email to