> Yes - as far as I know the bundleplugin is not aligned with
> the dependencies. So you have to specify them explicitly. I'm
> never sure when maven does decide to include a transitive
> dependency and when not. Is it possible that the concurrent
> dependency of the jackrabbit-core is scoped?
Not that I could determine, this appears to be the root dependency (the
'jackrabbit' pom):
<dependency>
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
<version>1.3.4</version>
</dependency>
And in the jackrabbit-core pom there is only this:
<dependency>
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
</dependency>
Well, that's fine I guess, would it make sense that the felix plugin
would build the bundle with the transitive artifacts? Seems like it
would to me, but I'm still a bit green with maven, plugins, bundles and
OSGi in general :-P
Thanks for your help Karl, I'll keep plugging away at cleaning up my
dependencies. You probably haven't heard the last from me on this yet
;-)
Cheers,
Craig
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]