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

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


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

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

    Revert "CAMEL-19871: camel-jooq - Set the proper scope to all test 
dependencies (#11415)" (#11425)
    
    This reverts commit 8941c51acab98f111bc410cf6a7a098108049278.
---
 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 c3b5032b74a..a2d0691f877 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