You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
It looks like there is a dependency issue related to org.eclipse.jtd.core from what I could find on internet.
the solution which worked for me was to patch my local maven repository : cp -r .m2/org/osgi/org.osgi.service.prefs/* .m2/org/osgi/service/org.osgi.service.prefs/
The text was updated successfully, but these errors were encountered:
where do you see this dependency ?
I don't have this error locally, whereas I joined "ecocode" mainteners team recently.
I don't fins this dependency in pom.xml for example.
Hello,
It looks like there is a dependency issue related to org.eclipse.jtd.core from what I could find on internet.
the solution which worked for me was to patch my local maven repository :
cp -r .m2/org/osgi/org.osgi.service.prefs/* .m2/org/osgi/service/org.osgi.service.prefs/
The text was updated successfully, but these errors were encountered: