Stefan Seifert created SLING-5391:
-------------------------------------
Summary: osgi-mock: Switch to osgi.core and osgi.cmpn dependencies
Key: SLING-5391
URL: https://issues.apache.org/jira/browse/SLING-5391
Project: Sling
Issue Type: Improvement
Components: Testing
Affects Versions: Testing OSGi Mock 2.0.0
Reporter: Stefan Seifert
Assignee: Stefan Seifert
Priority: Trivial
Fix For: Testing OSGi Mock 2.0.2
we should switch to these OSGi R6 deps:
{code:xml}
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.core</artifactId>
<version>6.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.cmpn</artifactId>
<version>6.0.0</version>
<scope>compile</scope>
</dependency>
{code}
the artifact names of those deps have changed serveral times now, i hope these
are the final ones which are stable for the next releases as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)