This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/quarkus-main by this push: new 165f765 Exclude geronimo-jms from corda 165f765 is described below commit 165f765fb0eb719b709adea4a889d00728445c88 Author: Zineb Bendhiba <bendhiba.zi...@gmail.com> AuthorDate: Thu Dec 23 14:46:53 2021 +0100 Exclude geronimo-jms from corda --- extensions-jvm/corda/runtime/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions-jvm/corda/runtime/pom.xml b/extensions-jvm/corda/runtime/pom.xml index aa8b110..beed32e 100644 --- a/extensions-jvm/corda/runtime/pom.xml +++ b/extensions-jvm/corda/runtime/pom.xml @@ -67,6 +67,10 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jms_2.0_spec</artifactId> + </exclusion> </exclusions> </dependency> </dependencies>