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:
mvn mule-project-archetype:create -DgroupId=nl.iteye -DartifactId=mule-tests -DmuleVersion=2.2.1 -Dinteractive=false
Strangely, i got some missing dependencies on this project. The maven output shows me the following:
[INFO] Unable to find resource ‘org.safehaus.jug:jug:pom:2.0.0-osgi’ in repository central (http://central)
[INFO] Unable to find resource ‘org.apache.santuario:xmlsec:pom:1.4.0′ in repository central (http://central)
[INFO] Unable to find resource ‘javax.script:groovy-engine:pom:1.1-osgi’ in [...]