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 2017/04/04 07:56:41 UTC

[jira] [Closed] (SLING-6521) Testing Resource Resolver Mock depends on old osgi compendium artifactId

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

Stefan Seifert closed SLING-6521.
---------------------------------

> 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
>            Assignee: Stefan Seifert
>            Priority: Minor
>             Fix For: Testing ResourceResolver Mock 1.1.18
>
>
>         <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)