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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 26e2cbca8cf80b6ede7dfe73dbd223814bd1802a
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 10 16:04:38 2022 +0100

    CAMEL-17461: camel-spring-rabbtimq - does not use commons-pool
---
 components/camel-spring-rabbitmq/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/components/camel-spring-rabbitmq/pom.xml 
b/components/camel-spring-rabbitmq/pom.xml
index 9751fd1..8ec3dea 100644
--- a/components/camel-spring-rabbitmq/pom.xml
+++ b/components/camel-spring-rabbitmq/pom.xml
@@ -43,12 +43,6 @@
             <artifactId>spring-rabbit</artifactId>
             <version>${spring-rabbitmq-version}</version>
         </dependency>
-        <!-- TODO: avoid custom pool -->
-        <dependency>
-            <groupId>commons-pool</groupId>
-            <artifactId>commons-pool</artifactId>
-            <version>${commons-pool-version}</version>
-        </dependency>
 
         <!-- test infra -->
         <dependency>

Reply via email to