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-jakarta.git
The following commit(s) were added to refs/heads/master by this push:
new e5db5c0 Don't change or rename javax.rmi.PortableRemoteObject package
for the moment
e5db5c0 is described below
commit e5db5c09b05555725634e0fef190b910a26cf491
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Fri Apr 30 01:35:50 2021 +0200
Don't change or rename javax.rmi.PortableRemoteObject package for the moment
---
tomee/apache-tomee/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index 25a1965..d410100 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -731,6 +731,8 @@
<jars>
<jakarta.faces-3.0.0.jar>org.glassfish:jakarta.faces:jar:3.0.0</jakarta.faces-3.0.0.jar>
<eclipselink-3.0.0.jar>org.eclipse.persistence:eclipselink:jar:3.0.0</eclipselink-3.0.0.jar>
+
<yoko-rmi-spec-1.4.jar>org.apache.yoko:yoko-rmi-spec:jar:1.4</yoko-rmi-spec-1.4.jar>
+
<yoko-spec-corba-1.4.jar>org.apache.yoko:yoko-spec-corba:jar:1.4</yoko-spec-corba-1.4.jar>
</jars>
</replace>
</configuration>