Fixing missing Mule osgi dependencies when using maven
August 21st, 2009 | by akoelewijn | published in java, soa
I created a normal mule project using the maven archetype, eg: Strangely, i got some missing dependencies on this project. The maven output shows me the following: I solved this by excluding the unknown dependencies and replace them with libraries with a slighly different naming. Exclude the missing dependencies: Include replacement dependencies: Anybody know an [...]
