Is it possible to somehow include a dependency's version number in a pom's properties tag pair? I simply want to get hold of a dependency's version number. This is more or less an extension of this question:
Possible to get one of dependency version to insert into a filtered resource file?
This is basically what I want to achieve, but I don't want to have to explicitly write down the version number of the dependency I need - i.e. I should be able to inherit the version number of the dependency.