Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newly released 3.10.0 of org.eclipse.platform:org.eclipse.equinox.preferences has unresolvable dependency #2

Closed
tombrus opened this issue Jun 15, 2022 · 4 comments

Comments

@tombrus
Copy link

tombrus commented Jun 15, 2022

[[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??

@akurtakov
Copy link
Member

This should be fixed via eclipse-equinox/equinox.bundles#54

@tombrus
Copy link
Author

tombrus commented Jun 15, 2022

Thanks for the reply @akurtakov.

Our builds are failing.... 😢

Any idea when a fix version would show up at https://mvnrepository.com/artifact/org.eclipse.platform/org.eclipse.equinox.preferences ?

@tombrus tombrus closed this as completed Jun 15, 2022
@akurtakov
Copy link
Member

Do you have link to your CI build failure? Make sure that you run with clean ~/.m2 folder.

@tombrus
Copy link
Author

tombrus commented Jun 16, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants