You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Stefan Seifert (JIRA)" <ji...@apache.org> on 2016/02/08 23:58:39 UTC

[jira] [Closed] (SLING-5391) osgi-mock: Switch to osgi.core and osgi.cmpn dependencies

     [ https://issues.apache.org/jira/browse/SLING-5391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seifert closed SLING-5391.
---------------------------------

> 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
>              Labels: mocks
>             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)