You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/10/18 09:35:27 UTC

[tomee] branch main updated: Fix for MTOM sample. Missing Sun implementation to support octetstream DataHandler

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

jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new d1d3fe280c Fix for MTOM sample. Missing Sun implementation to support octetstream DataHandler
d1d3fe280c is described below

commit d1d3fe280c9db6da3c9c2adcbbe9f88c03178979
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue Oct 18 11:35:17 2022 +0200

    Fix for MTOM sample. Missing Sun implementation to support octetstream DataHandler
---
 examples/mtom/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/examples/mtom/pom.xml b/examples/mtom/pom.xml
index 904f87abe4..66461462aa 100644
--- a/examples/mtom/pom.xml
+++ b/examples/mtom/pom.xml
@@ -49,6 +49,12 @@
     </plugins>
   </build>
   <dependencies>
+    <dependency>
+      <groupId>com.sun.activation</groupId>
+      <artifactId>jakarta.activation</artifactId>
+      <version>2.0.1</version>
+    </dependency>
+
     <dependency>
       <groupId>org.apache.tomee.bom</groupId>
       <artifactId>tomee-microprofile</artifactId>