You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/09/16 05:50:59 UTC

[camel] branch revert-11416-CAMEL-19871/set-scope-to-test-dependencies-3.21 created (now a0b86a158ba)

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

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


      at a0b86a158ba Revert "CAMEL-19871: camel-jooq - Set the proper scope to all test dependencies (#11416)"

This branch includes the following new commits:

     new a0b86a158ba Revert "CAMEL-19871: camel-jooq - Set the proper scope to all test dependencies (#11416)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Revert "CAMEL-19871: camel-jooq - Set the proper scope to all test dependencies (#11416)"

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a0b86a158bab43e9c6ff02ea6e5da3dc6cc75c58
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Sat Sep 16 07:50:54 2023 +0200

    Revert "CAMEL-19871: camel-jooq - Set the proper scope to all test dependencies (#11416)"
    
    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>