Ronny Fallas created OAK-4688:
---------------------------------

             Summary: OSGi Bundle unable to start after 1.2.16 upgrade
                 Key: OAK-4688
                 URL: https://issues.apache.org/jira/browse/OAK-4688
             Project: Jackrabbit Oak
          Issue Type: Bug
    Affects Versions: 1.2.16
         Environment: AEM 6.1 with hotfix cq-6.1.0-hotfix-10832-1.0.zip
            Reporter: Ronny Fallas


I was running AEM 6.1 with oak-auth-external 1.2.14, but after a hotfix was 
installed with version 1.2.16 my bundle is unable to start.

This dependency appears as unsolved:

{code}org.apache.jackrabbit.oak.spi.security.authentication.external,version=[1.0,2)
 -- Cannot be resolved{code}

In fact, the version is now 2.0, as it appears in the exported packages in the 
console:

{code}org.apache.jackrabbit.oak.spi.security.authentication.external,version=2.0.0{code}

I updated the *pom.xml* as follows, it doesn't work.

{code:xml}
      <dependency>
            <groupId>org.apache.jackrabbit</groupId>
            <artifactId>oak-auth-external</artifactId>
            <version>1.2.16</version>
            <scope>provided</scope>
        </dependency>{code}

Any ideas?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to