Stefan Egli created SLING-5196:
----------------------------------
Summary: missing dependency when using maven-bundle-plugin 3.0.0
in discovery.base
Key: SLING-5196
URL: https://issues.apache.org/jira/browse/SLING-5196
Project: Sling
Issue Type: Bug
Components: Extensions
Reporter: Stefan Egli
Assignee: Stefan Egli
Fix For: Discovery Base 1.0.0
When using the default maven-bundle-plugin version inherited from parent (25
atm), which is 3.0.0, then the following dependencies cannot be resolved in AEM
5.6.1:
{code}
javax.servlet,version=[2.6,3) -- Cannot be resolved
javax.servlet.http,version=[2.6,3) -- Cannot be resolved
org.apache.commons.codec.binary,version=[1.6,2) -- Cannot be resolved
{code}
thus switching back to 2.5.3 for discovery.base to remain
backwards-compatibility
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)