You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/01/07 09:54:06 UTC

[tomee] branch master updated: TOMEE-2758 add activation impl which is not included after JAXB update

This is an automated email from the ASF dual-hosted git repository.

jgallimore 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 0f09290  TOMEE-2758 add activation impl which is not included after JAXB update
     new 47927d7  Merge remote-tracking branch 'apache/master'
0f09290 is described below

commit 0f09290430237b208b07ca84982d292bf7a0fd8b
Author: Jonathan Gallimore <jo...@jrg.me.uk>
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 a598f41..cff2a16 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>