Vincent VL created SLING-6521:
---------------------------------
Summary: Testing Resource Resolver Mock depends on old osgi
compendium artifactId
Key: SLING-6521
URL: https://issues.apache.org/jira/browse/SLING-6521
Project: Sling
Issue Type: Bug
Components: Testing
Affects Versions: Testing ResourceResolver Mock 1.1.16
Reporter: Vincent VL
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>compile</scope>
</dependency>
shouldn't this become?
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.cmpn</artifactId>
<scope>compile</scope>
</dependency>
otherwise it is not compatible with the latest sling-mocks version
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)