I am including few jars in DependencySet include section
<includes>
<include>dom4j:dom4j:jar</include>
<include>log4j:log4j:jar</include>
</includes>
However I am getting dom4j-1.5.jar and log4j-1.2.jar. Since there are many other versions in repo, I would like to pull specific version for my application. [dom4j-1.6.1.jar and log4j-1.2.5.jar]
How do I force maven to pickup specific version in Assembly.xml?