Can you do a `mvn dependency:tree` to ensure that the correct artifact is used? regards, toby
On Fri, May 15, 2015 at 6:02 AM, Nicolas Peltier <[email protected]> wrote: > Hi, > > after trying to add ExternalIdentityProvider’s dependency [0] to my project, > > i get a strange import instruction generated in the built bundle [1] leading > to bundle in Installed state, as [0]’s export is version 1.0.0 > i fixed this issue by adding explicitally > org.apache.jackrabbit.oak.spi.security.authentication.external;version=1.0.0 > to the import package instructions of the plugin. > > but this is kind of weird, any clue? > > Nicolas > > [0] <dependency> > <groupId>org.apache.jackrabbit</groupId> > <artifactId>oak-auth-external</artifactId> > <version>1.2.1</version> > <scope>provided</scope> > </dependency> > > [1] > org.apache.jackrabbit.oak.spi.security.authentication.external,version=[0.10,1) >
