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

Duplicate commons-io and org.apache.commons.io #93

Open
nedtwigg opened this issue Feb 23, 2023 · 0 comments
Open

Duplicate commons-io and org.apache.commons.io #93

nedtwigg opened this issue Feb 23, 2023 · 0 comments
Labels
bug Something isn't working solstice-p2

Comments

@nedtwigg
Copy link
Collaborator

The Eclipse 4.26 repositories require commons-io:commons-io:2.11.0 (from mavenCentral) and Eclipse CDT requires org.apache.commons.io:2.8.0 from its own p2 repository.

Part of the problem is around the symbolic name Apache commons-io on mavenCentral has bundle symbolic name

  • org.apache.commons.commons-io <- on maven central
  • org.apache.commons.io <- in Eclipse CDT

This is easy to resolve by putting a filter on the CDT repository, but perhaps our p2 resolution ought to be able to handle this on its own, perhaps by special-casing this common artifact.

@nedtwigg nedtwigg added bug Something isn't working solstice-p2 labels Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working solstice-p2
Projects
None yet
Development

No branches or pull requests

1 participant