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
We are trying to use lazysodium-java 5.0.1 in an Eclipse project through m2e, but lazysodium can't find the resource-loader bundle.
Even if I require all of lazysodiums dependencies explicitly. I think the problem is that lazysodium is looking for a bundle called com.goterl.resourceloader but https://github.com/terl/resource-loader gets bundled as resource-loader.
Build error
Error: Cannot resolve project dependencies:
Error: Software being installed: de.empri.devops.gitprivacy 1.0.0.qualifier
Error: Missing requirement: lazysodium-java 5.0.1 requires 'java.package; com.goterl.resourceloader 0.0.0' but it could not be found
Error: Cannot satisfy dependency: de.empri.devops.gitprivacy 1.0.0.qualifier depends on: osgi.bundle; lazysodium-java 5.0.1
Thank you for the query. Yes this is related to #102. I've had to upgrade the Gradle version which sadly meant OSGI has been deprecated and we need to replace it with Bnd. I still haven't had time to investigate how much work this is as of yet but it urgently needs to be done as version 5+ of Lazysodium is on MavenCentral.
Issue description
We are trying to use lazysodium-java 5.0.1 in an Eclipse project through m2e, but lazysodium can't find the resource-loader bundle.
Even if I require all of lazysodiums dependencies explicitly. I think the problem is that lazysodium is looking for a bundle called
com.goterl.resourceloader
but https://github.com/terl/resource-loader gets bundled asresource-loader
.Build error
resource-loader manifest
lazysodium manifest
Might be related to #102?
The text was updated successfully, but these errors were encountered: