When using the pax:provision goal in other projects, it would be useful for it to check all non-test dependencies for potential bundles rather than just provided dependencies, as a lot of the time bundles are added with the default scope (ie. compile). Optional bundle dependencies will not be provisioned, as before.
The default provision behaviour will be changed to check all non-test dependencies. The old behaviour can be enabled with a new option -DnoDependencies