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
The following commit(s) were added to refs/heads/master by this push:
new fad5898 Add Yoko for javax.rmi.PortableRemoteObject
fad5898 is described below
commit fad589835c53a20451ada31433ae7efea0680f12
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Fri Apr 30 01:32:35 2021 +0200
Add Yoko for javax.rmi.PortableRemoteObject
---
container/openejb-core/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index 2d7fe5b..83d5915 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -711,6 +711,13 @@
<scope>provided</scope>
</dependency>
+ <!-- javax.rmi.PortableRemoteObject -->
+ <dependency>
+ <groupId>org.apache.yoko</groupId>
+ <artifactId>yoko-rmi-spec</artifactId>
+ <version>1.4</version>
+ <!-- Not sure if we need the transitive yoko-spec-corba -->
+ </dependency>
</dependencies>
<profiles>