GitHub user christopher-johnson opened a pull request:
https://github.com/apache/curator/pull/237
adds import exclusion to curator-framework bundle for org.apache.curator
org.apache.curator is not an OSGI bundle so it cannot be imported. This
causes unsatisfied requirements exceptions on deployment. This PR adds the
felix plugin configuration for the exclusion in org.apache.curator.framework.
Note that this exclusion could be applied in the parent pom or to each bundle
separately, but the same issue exists for other curator bundles.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pan-dora/curator osgi
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/237.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #237
----
commit aefbed51fbe25544c9b7b2b95a04dce959aa30a9
Author: christopher-johnson <[email protected]>
Date: 2017-09-10T13:55:20Z
adds import exclusion to curator-framework for non-existent
org.apache.curator parent package
----
---