-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Installer Vault Package Install Hook 1.0.2
-
Fix Version/s: Installer Vault Package Install Hook 1.1.0
-
Component/s: Installer
-
Labels:None
Currently some dependencies in https://github.com/apache/sling-org-apache-sling-installer-provider-installhook/blob/master/pom.xml are not of scope "provided" which may lead to undesired transitive class path clutter.
Also all test dependencies should always have the explicit scope "test" (even in case they are managed with a scope).