This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a commit to branch camel-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.0.x by this push:
new e6619b3bc5c Revert "CAMEL-19871: camel-jooq - Set the proper scope to
all test dependencies (#11414)" (#11424)
e6619b3bc5c is described below
commit e6619b3bc5c9c2ce36bb8f74a18757ef3cca5c4a
Author: Nicolas Filotto <[email protected]>
AuthorDate: Sat Sep 16 07:50:12 2023 +0200
Revert "CAMEL-19871: camel-jooq - Set the proper scope to all test
dependencies (#11414)" (#11424)
This reverts commit ab1af40879f61bffe1fad2887c60950c167b5b30.
---
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 e1d9625dd11..4d69b7c7ad8 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>