This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.20.x by this push: new d74ae789da0 Revert "CAMEL-19871: camel-jooq - Set the proper scope to all test dependencies (#11417)" (#11427) d74ae789da0 is described below commit d74ae789da0a7ab0ec8cc15650d824a4b3a2fd4e Author: Nicolas Filotto <essob...@users.noreply.github.com> AuthorDate: Sat Sep 16 07:51:37 2023 +0200 Revert "CAMEL-19871: camel-jooq - Set the proper scope to all test dependencies (#11417)" (#11427) This reverts commit f8e74e0bac6475aa00e6463f4f6ec3f1f99e92a5. --- 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 78661813c7f..213de8cedee 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>