This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch revert-11407-CAMEL-19871/set-scope-to-test-dependencies in repository https://gitbox.apache.org/repos/asf/camel.git
commit d43c27434a638adc82645e2b6c832ddb44019053 Author: Nicolas Filotto <essob...@users.noreply.github.com> AuthorDate: Sat Sep 16 07:49:23 2023 +0200 Revert "CAMEL-19871: camel-jooq - Set the proper scope to all test dependencies (#11407)" This reverts commit d0945022444306ee1a009a0d0fe774f1401dbf1d. --- 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 9fe1745de4f..4cc9dfe6833 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>