Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Apache Sling Testing Clients 1.2.0
-
None
-
Patch
Description
Currently, all the server-side dependencies for QueryServlet are listed with <scope>provided</scope> in the pom.
These dependencies get lost in test bundles that have a dependency to sling.testing.clients, so TinyBundles fails to create a bundle with QueryServlet.
The dependencies need to be compile-scoped to keep them in the resulting jar.
Attachments
Issue Links
- links to