eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

Avoid consuming org.eclipse.emf.* dependencies from WSO2 mirror #232

Open ndoschek opened 1 year ago

ndoschek commented 1 year ago

For the m2 build we need a few dependencies (e.g. org.eclipse.emf.transaction, org.eclipse.emf.validation) that are traditionally available via p2 update sites (only). To be able to provide a m2 version of the modelserver we use very outdated versions of those dependecies, provided via a wso2 mirror. See for example https://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/org.eclipse.emf.transaction/

We discussed that matter in the past already, and probably it will be necessary now to host our own maven dependency under the emfcloud namespace. The main drawbacks of the current situation: