Hi all, I've been tinkering with Scala lately and I was wondering if there's an easy way to add Scala bundles to servicemix?
For example these are my maven dependencies <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>${scala-library.version}</version> </dependency> <dependency> <groupId>com.foursquare</groupId> <artifactId>rogue-lift_2.9.1</artifactId> <version>2.0.0-RC1</version> </dependency> The Scala lang works when deployed to servicemix, however when I add the dependencies for the MongoDB Scala driver and I attempt to start the bundle I get unresolved dependency issues I have tried the normal quick solution of using `wrap`, with no luck. I can see that running osgi:headers on the bundle, shows a lot of red dependencies missing, which are mostly from the lift framework and such Is there a preferred way to fix this? I have checked the servicemix system bundles directory already too with no luck Alan -- View this message in context: http://servicemix.396122.n5.nabble.com/Resolving-Scala-Osgi-Dependencies-tp5716520.html Sent from the ServiceMix - User mailing list archive at Nabble.com.