This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new a7b0531 Fix #3548 to exclude geronimo-jta_1.1_spec in camel-activemq (#3550) a7b0531 is described below commit a7b0531be8522297de1ace754247c81615686719 Author: Amos Feng <zf...@redhat.com> 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 b274716..5846a6c 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>