You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[I do not know if this is the right way to file an issue, the Eclipse Foundation website lead me here....]]
We get build errors because the latest version 3.10.0 of org.eclipse.platform:org.eclipse.equinox.preferences seems to have a bogus dependency.
The pom contains: <dependency><groupId>org.osgi.service</groupId><artifactId>org.osgi.service.prefs</artifactId><version>[1.1.0,1.2.0)</version></dependency> where the groupId org.osgi.service does not seem to exist.
Should the groupId be org.osgi instead??
The text was updated successfully, but these errors were encountered:
Thanks for the follow up. The CI is private unfortunately.
Cleaning the .m2 folder did not do the trick because it would redownload all, including the bogus dependency.
I found another workaround, I shared it in #54
Our CI is purring like a kitten again!
[[I do not know if this is the right way to file an issue, the Eclipse Foundation website lead me here....]]
We get build errors because the latest version 3.10.0 of
org.eclipse.platform:org.eclipse.equinox.preferences
seems to have a bogus dependency.The pom contains:
<dependency><groupId>org.osgi.service</groupId><artifactId>org.osgi.service.prefs</artifactId><version>[1.1.0,1.2.0)</version></dependency>
where the groupIdorg.osgi.service
does not seem to exist.Should the groupId be
org.osgi
instead??The text was updated successfully, but these errors were encountered: