SECTION: Changes M hk2/pom.xml M auto-depends-tests/test2/pom.xml M core/pom.xml M config-generator/pom.xml M config-types/pom.xml - exclude bean-validator from being picked up as a transitive dependency M config/pom.xml - This is the one hk2 artifact that *does* have an honest bean-validator dependency. Upgrade it to 4.0.1_01, which fixes the pom problems. SECTION: Diffs Index: hk2/pom.xml =================================================================== --- hk2/pom.xml (revision 1233) +++ hk2/pom.xml (working copy) @@ -55,6 +55,12 @@ com.sun.enterprise config ${project.version} + + + org.glassfish + bean-validator + + com.sun.enterprise Index: auto-depends-tests/test2/pom.xml =================================================================== --- auto-depends-tests/test2/pom.xml (revision 1233) +++ auto-depends-tests/test2/pom.xml (working copy) @@ -35,6 +35,12 @@ com.sun.enterprise config ${version} + + + org.glassfish + bean-validator + + Index: core/pom.xml =================================================================== --- core/pom.xml (revision 1233) +++ core/pom.xml (working copy) @@ -50,6 +50,12 @@ com.sun.enterprise config ${project.parent.version} + + + org.glassfish + bean-validator + + Index: config-generator/pom.xml =================================================================== --- config-generator/pom.xml (revision 1233) +++ config-generator/pom.xml (working copy) @@ -16,6 +16,12 @@ com.sun.enterprise config ${project.version} + + + org.glassfish + bean-validator + + com.sun.enterprise Index: config/pom.xml =================================================================== --- config/pom.xml (revision 1233) +++ config/pom.xml (working copy) @@ -93,7 +93,7 @@ org.glassfish bean-validator - 3.0-JBoss-4.0.1 + 3.0-JBoss-4.0.1_01 Index: config-types/pom.xml =================================================================== --- config-types/pom.xml (revision 1233) +++ config-types/pom.xml (working copy) @@ -69,6 +69,12 @@ com.sun.enterprise config ${project.version} + + + org.glassfish + bean-validator + + - \ No newline at end of file +