This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new 94d3dae79e Exclude transient dependency, which will be available at
runtime
94d3dae79e is described below
commit 94d3dae79e4a0e1da8e1c1b43b380f008404af0e
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Apr 6 11:26:52 2022 +0200
Exclude transient dependency, which will be available at runtime
---
utils/openejb-core-hibernate/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/utils/openejb-core-hibernate/pom.xml
b/utils/openejb-core-hibernate/pom.xml
index e0d01b6dd7..fc47f1c31b 100644
--- a/utils/openejb-core-hibernate/pom.xml
+++ b/utils/openejb-core-hibernate/pom.xml
@@ -104,6 +104,13 @@
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>${ehcache.version}</version>
+ <exclusions>
+ <!-- Exclude some weird transient dependency to jaxb-runtime from
ehcache -->
+ <exclusion>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>