Index: appserver/packager/glassfish-jcdi/pom.xml =================================================================== --- appserver/packager/glassfish-jcdi/pom.xml (revision 64384) +++ appserver/packager/glassfish-jcdi/pom.xml (working copy) @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 1997-2016 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development @@ -141,10 +141,15 @@ ${project.version} + org.glassfish.hk2.external + bean-validator-cdi + ${bean.validator.cdi.version} + + org.hibernate hibernate-validator-cdi - + javax.enterprise cdi-api Index: appserver/pom.xml =================================================================== --- appserver/pom.xml (revision 64384) +++ appserver/pom.xml (working copy) @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 1997-2016 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development @@ -132,6 +132,7 @@ 1.3.7 1.1.1 13.0.1 + 2.5.0-b06 Index: nucleus/packager/nucleus-hk2/pom.xml =================================================================== --- nucleus/packager/nucleus-hk2/pom.xml (revision 64384) +++ nucleus/packager/nucleus-hk2/pom.xml (working copy) @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 1997-2016 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development @@ -99,6 +99,11 @@ validation-api + org.glassfish.hk2.external + bean-validator + ${bean.validator.version} + + org.hibernate hibernate-validator Index: nucleus/pom.xml =================================================================== --- nucleus/pom.xml (revision 64391) +++ nucleus/pom.xml (working copy) @@ -189,6 +189,7 @@ nucleus false false + 2.5.0-b06