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
The following commit(s) were added to refs/heads/main by this push:
new 680f77fb271 CAMEL-17448: removed used dependencies in camel-activemq
(#8412)
680f77fb271 is described below
commit 680f77fb2712e2f3e263bf24e6e739f6d4307d2d
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Sep 23 06:26:08 2022 +0200
CAMEL-17448: removed used dependencies in camel-activemq (#8412)
---
components/camel-activemq/pom.xml | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/components/camel-activemq/pom.xml
b/components/camel-activemq/pom.xml
index 05708f560e4..9f3cf67f9a0 100644
--- a/components/camel-activemq/pom.xml
+++ b/components/camel-activemq/pom.xml
@@ -74,23 +74,6 @@
</dependency>
<!-- testing helpers -->
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-unit-tests</artifactId>
- <version>${activemq-version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-junit5</artifactId>
@@ -122,12 +105,6 @@
<scope>test</scope>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.apache.xbean</groupId>
- <artifactId>xbean-spring</artifactId>
- <scope>test</scope>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>org.apache.geronimo.components</groupId>
<artifactId>geronimo-transaction</artifactId>