Thanks @jdaggett!
I think there are still remaining `META-INF/services` files. Could you check 
(and fix if needed) with the command:
```bash
find . -name 'META-INF' | grep -v target
```
Also, don't squash the commits until it is ready to merge. This helps a lot 
reviewing incremental changes, specially for big PRs like this one.

And a final note. With all those OSGi import changes, we must make sure we 
don't break jclouds-karaf. Could you please make sure it builds with the 
changes in this branch and there are no test failures?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/621#issuecomment-65498216

Reply via email to