Glad to hear that. Now you can finally get to the fun stuff :-) Robert
On Sun, 2018-06-03 at 00:55 +0530, Hasini Witharana wrote: > Hi Robert, > > This helped a lot. I deployed the bundle (oauth2-oidc-sdk) > successfully. > > Thank You. > > On Fri, Jun 1, 2018 at 2:49 AM, Robert Munteanu <[email protected]> > wrote: > > > On Fri, 2018-06-01 at 01:03 +0530, Hasini Witharana wrote: > > > Unresolved requirements: [[oauth2-oidc-sdk [166](R 166.0)] > > > osgi.wiring.package; > > > > (&(osgi.wiring.package=com.nimbusds.jose)(version>=5.10.0)(!(version> > > > =6.0.0)))] > > > at > > > > This means that the bundle you just added to Sling ( oauth2-oidc- > sdk ) > > requires a package "com.nimbusds.jose" with version between 5.10.0 > and > > 6.0.0 . That package seems to be provided by [1], which has support > for > > OSGi [2]. So you would need to deploy that bundle as well ... I > guess > > you need to iterate until you've found a definitive list of > > dependencies you need to deploy. > > > > Hope this helps, > > > > Robert
