This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 673f579004a33eb24fcd261fa8e0fea0a0d237fa Author: Zineb Bendhiba <[email protected]> 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>
