Strange difference between enforcer dependency convergence and dependency tree (hibernate4/jboss-logging)

2012-05-08 Thread strug
Hi there, I'm a bit lost. We are using Hibernate4. Unfortunately they mixed up their dependencies a bit, so that we managed them in our pom: dependency groupIdorg.jboss.logging/groupId artifactIdjboss-logging/artifactId version3.1.0.GA/version /dependency The dependency tree looks good.

Re: Strange difference between enforcer dependency convergence and dependency tree (hibernate4/jboss-logging)

2012-05-08 Thread Wayne Fay
I'm a bit lost. We are using Hibernate4. Unfortunately they mixed up their dependencies a bit, so that we managed them in our pom: Perhaps you need to use an exclusion in the project-level hibernate dependency against jboss-logging, then add it back in yourself with a project-level dependency