Changed paths:
M eclipse/build.gradle.kts
M stf/build.gradle.kts
Log Message:
-----------
[BUILD] Workaround for build fail (#1139)
caused by the bundle `org.eclipse.platform:org.eclipse.e4.core.di:1.7.700`
requiring `javax.annotation:javax.annotation-api:[1.3.5,2.0.0)` which
does not seem to exist (on maven central).
This workaround just uses the previous version 1.7.600 of
org.eclipse.e4.core.di which does not have the problematic dependency.