This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit f193e7a02ff342e196878b2d0e1dbc6f1b2e27df Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Nov 21 21:00:01 2022 +0100 Remove bad transitive dependency --- components/camel-activemq/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/camel-activemq/pom.xml b/components/camel-activemq/pom.xml index a1b0ef2b85e..3c5d573f412 100644 --- a/components/camel-activemq/pom.xml +++ b/components/camel-activemq/pom.xml @@ -131,6 +131,12 @@ <version>2.2</version> <scope>test</scope> <optional>true</optional> + <exclusions> + <exclusion> + <groupId>org.apache.geronimo.components</groupId> + <artifactId>geronimo-transaction</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.camel</groupId>
