Hapi is amazing library, but it's not ready to work in OSGi environment.
It's really easy to add appropriate OSGi manifests, you should just use maven-bundle-plugin for all the artifacts, except assembled-jars (as far as I understood, hapi has only one uberjar named hapi-dist).
There's the hapi-osgi-base library; please check if this is what you expect