-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
Exclude org.osgi.service.prefs to fix build #3001
Conversation
Someone added a dependency on a non-existing artifact in the new Equinox release and now many builds are broken because Xtext defines a version range for Equinox 😞, see: * eclipse-equinox/equinox.bundles#54 * eclipse-xtext/xtext#2077 Signed-off-by: Wouter Born <[email protected]>
Did you check if this is still needed after they deployed a new version an hour ago? |
Yes see this recent build: https://ci.openhab.org/job/openHAB-Core/1014/ It will probably try to keep resolving it until it is excluded in Xtext. |
It still resolves 3.10.0, while the new artifact has 3.10.1, maybe this issue only persists until the maven cache expires and 3.10.1 is included? But I'm fine with this solution, too. We can revert it later if we run into issues. |
It seems we can revert the change in the near future: https://issues.sonatype.org/browse/OSSRH-81766 |
Someone added a dependency on a non-existing artifact in the new Equinox release and now many builds are broken because Xtext defines a version range for Equinox 😞, see: * eclipse-equinox/equinox.bundles#54 * eclipse-xtext/xtext#2077 Signed-off-by: Wouter Born <[email protected]> GitOrigin-RevId: af0566a
…penhab#3005) This reverts commit af0566a. GitOrigin-RevId: 2b4e5af
Someone added a dependency on a non-existing artifact in the new Equinox release and now many builds are broken because Xtext defines a version range for Equinox 😞, see:
org.osgi.service.prefs
dependency in org.eclipse.equinox.preferences-3.10.0 eclipse-equinox/equinox.bundles#54