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

nfilotto pushed a commit to branch camel-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.21.x by this push:
     new 8a705f29421 Revert "CAMEL-19871: camel-jooq - Set the proper scope to 
all test dependencies (#11416)" (#11426)
8a705f29421 is described below

commit 8a705f29421e18d5b1dfaced9c9080d0cab9fb39
Author: Nicolas Filotto <essob...@users.noreply.github.com>
AuthorDate: Sat Sep 16 07:51:16 2023 +0200

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

diff --git a/components/camel-jooq/pom.xml b/components/camel-jooq/pom.xml
index ed8fbd406d6..63f3cb99e25 100644
--- a/components/camel-jooq/pom.xml
+++ b/components/camel-jooq/pom.xml
@@ -89,13 +89,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>

Reply via email to