@demobox The simplified OSGi import was pointed out to me in a previous PR, so I have been applying it as I go. @ccustine Can you comment on the `import`?
Yes, the `provided` scope is similar to `compile` for the transitive deps. The library is only used for the creation of the metadata at compile time, so I don't believe there is a reason to include it. I also just noticed that the `auto/service` dependency [download page](https://github.com/google/auto/tree/master/service#download) indicates it as `optional`. Should we make it `optional` across the board? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/621#issuecomment-65272510
