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 2021/04/30 14:37:11 UTC

[tomee] 03/03: Include Yoko impl which is a dependency for some reason - to be clarified and cleaned up

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

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

commit 4b8baf23e3c6fe4f687651733df9671fc54681e4
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Fri Apr 30 16:36:18 2021 +0200

    Include Yoko impl which is a dependency for some reason - to be clarified and cleaned up
---
 server/openejb-client/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/server/openejb-client/pom.xml b/server/openejb-client/pom.xml
index 5dcd56b..d22111d 100644
--- a/server/openejb-client/pom.xml
+++ b/server/openejb-client/pom.xml
@@ -165,5 +165,10 @@
       <version>1.4</version>
       <!-- Not sure if we need the transitive yoko-spec-corba -->
     </dependency>
+    <dependency>
+      <groupId>org.apache.yoko</groupId>
+      <artifactId>yoko-rmi-impl</artifactId>
+      <version>1.4</version>
+    </dependency>
   </dependencies>
 </project>