Ok, hold on, I do understand what's going on here, but it begs a question. When I specify jackrabbit-core as a dependency, there is a pom in the repo that indicates that concurrent is a dependency and that's how it's getting it. But, what are the implications of this with respect to the felix bundle plugin? Does it include this dependency in the bundle? I mean, it should, right?
Well, it will only do this if you tell it to. The plugin includes what matches the given Export-Package and Private-Package header. So maybe you need to include it there... else it should generate imports for this dependencies. regards, Karl
Cheers, Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Karl Pauls [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

