We have an issue where hibernate-validator-3.0.0.ga.jar gets put into a warfile and due to a known incompatibility with a different hibernate-core version causes exceptions.
The problem is, that running
mvn dependency:list -Dverbose=true
or
mvn dependency:tree -Dverbose=true
Does not show any sign of hibernate-validator being a dependency of anything in the build.
Are there any good explanations / fixes for this kind of behaviour?
Maven Version is 2.2.1
mvn -X clean install? – palacsint Oct 26 '11 at 11:31