Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Missing requirement: org.eclipse.persistence.corba

Hello!

I updated my master branch to the latest, but I am unable to build due to the following exception:

     [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.corba:3.0.0-SNAPSHOT @ C:\JPA\EL\master\trunk\eclipselink.runtime\foundation\org.eclipse.persistence.corba\pom.xml
     [java] [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64}
     [java] [ERROR] Cannot resolve project dependencies:
     [java] [ERROR]   Software being installed: org.eclipse.persistence.corba 3.0.0.qualifier
     [java] [ERROR]   Missing requirement: org.eclipse.persistence.corba 3.0.0.qualifier requires 'java.package; javax.rmi 1.0.0' but it could not be found
     [java] [ERROR]
     [java] [ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
     [java] [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.corba:3.0.0-SNAPSHOT @ C:\JPA\EL\master\trunk\eclipselink.runtime\foundation\org.eclipse.persistence.corba\pom.xml: See log for details -> [Help 1]
     [java] [ERROR]
---------
maven version: 3.6.0
ant version: 1.10
java version: 11
command: ant -f antbuild.xml clean
--------
I back tracked commits to https://github.com/eclipse-ee4j/eclipselink/pull/275 when this exception started occurring.
Has anyone seen this exception or know why I am hitting this?

Thanks,
Will Dazey

Back to the top