I've recently started using OSGi to build my programs so that I can make them more modular; however, I've run into an issue when attempting to resolve my program, since it uses the AWS SDK (it's already in an OSGi bundle format) for Java. When attempting to resolve the project under my Bndtools Run Descriptor, I constantly get the error:
Unable to resolve com.amazonaws.aws-java-sdk-osgi version=1.9.36:
missing requirement Require[osgi.wiring.package]{}{filter=
(&(osgi.wiring.package=org.joda.time)(version>=2.7.0)(!(version>=3.0.0)))}]]]
I added the joda-time library that's included with the AWS SDK to my Local repo and even added it to the bnd.bnd build section, but I still get the error when trying to resolve. Any ideas how to resolve this issue?
Note: I'm using the AWS SDK bundle found at the Maven Repository, here: http://ift.tt/1HxlE6K
Aucun commentaire:
Enregistrer un commentaire