You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Vincent VL (JIRA)" <ji...@apache.org> on 2017/02/15 11:08:41 UTC

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

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)