This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
new 93e156f TOMEE-2758 add activation impl which is not included after
JAXB update
93e156f is described below
commit 93e156f603ce286b1cd934dd52ec639b4fb89a24
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Mon Dec 30 11:36:47 2019 +0000
TOMEE-2758 add activation impl which is not included after JAXB update
---
boms/jaxb-runtime/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/boms/jaxb-runtime/pom.xml b/boms/jaxb-runtime/pom.xml
index 581561a..98ab2a5 100644
--- a/boms/jaxb-runtime/pom.xml
+++ b/boms/jaxb-runtime/pom.xml
@@ -57,6 +57,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.sun.activation</groupId>
+ <artifactId>jakarta.activation</artifactId>
+ <version>1.2.1</version>
+ </dependency>
</dependencies>
</project>