Valentin Olteanu created SLING-7724:
---------------------------------------
Summary: Change scope to QueryServlet dependencies
Key: SLING-7724
URL: https://issues.apache.org/jira/browse/SLING-7724
Project: Sling
Issue Type: Bug
Components: Apache Sling Testing Clients
Affects Versions: Apache Sling Testing Clients 1.2.0
Reporter: Valentin Olteanu
Fix For: Apache Sling Testing Clients 1.2.2
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)