This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit bdf6a8439a3dee3d8efecc50574b1b2ce3b7404c 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>
