This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.7.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit f4a8fd57e22f882caa974bb808eacbba3609af6e Author: Amos Feng <[email protected]> AuthorDate: Wed Feb 16 10:20:26 2022 +0800 Fix #3548 to exclude geronimo-jta_1.1_spec in camel-activemq (#3550) --- poms/bom/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index c841cd0..ff4619a 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -123,6 +123,10 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.1_spec</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
