Old Equnox (Eclipse) project for Java8 failed to rebuild itself after a recent update

Viewed 21

There is an old Java8 OSGI project. The maven build started to fail after the recent (Aug 2022) update of the org.eclipse.nebula.widgets.formattedtext to the version 1.0.0.202208171905.

The older version 1.0.0.202205212120 was OK.

The updated one produces the error:

[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: com.company.product 1.2.3.qualifier
[ERROR]   Missing requirement: org.eclipse.nebula.widgets.formattedtext 1.0.0.202208171905 requires 'osgi.ee; (&(osgi.ee=JavaSE)(version=11))' but it could not be found
[ERROR]   Cannot satisfy dependency: com.company.product 1.2.3.qualifier depends on: osgi.bundle; org.eclipse.nebula.widgets.formattedtext 1.0.0
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: com.company.product:com.company.product:1.2.3-SNAPSHOT @ C:\dev\designer\com.company.product\pom.xml: See log for details -> [Help 1]

What should be changed to make it work again? Thank you

P.S. The POM file is here: https://drive.google.com/file/d/1XIe6dkujNygpsvZ-KY6puqMUOTHrKsPa/view

0 Answers
Related