Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Sling Models Impl 1.3.6
Description
currently the dependencies
- org.apache.sling.commons.osgi
- org.apache.sling.scripting.core
are embedded in the bundle via bnd because some classes in newer versions are required. this is ok, but we should use maven shade plugin instead and additionally relocate the package names, because otherwise this creates problems in unit tests context when other projects have dependencies to older versions of those.