You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/11/15 20:59:32 UTC

svn commit: r1202400 - /myfaces/core/branches/2.0.x/bundle/pom.xml

Author: lu4242
Date: Tue Nov 15 19:59:32 2011
New Revision: 1202400

URL: http://svn.apache.org/viewvc?rev=1202400&view=rev
Log:
MYFACES-3396 Make an helper class to configure Myfaces validator (fix bundle MANIFEST.MF)

Modified:
    myfaces/core/branches/2.0.x/bundle/pom.xml

Modified: myfaces/core/branches/2.0.x/bundle/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/bundle/pom.xml?rev=1202400&r1=1202399&r2=1202400&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/bundle/pom.xml (original)
+++ myfaces/core/branches/2.0.x/bundle/pom.xml Tue Nov 15 19:59:32 2011
@@ -80,6 +80,7 @@
                             javax.servlet.jsp.jstl.core;version="[1.1.2, 2.0.0)",
                             javax.servlet.jsp.tagext;version="[2.1.0, 3.1)",
                             javax.servlet.annotation;resolution:=optional,
+                            javax.validation.*;version="[1.0.0, 2.0.0)";resolution:=optional,
                             javax.xml.parsers,
                             org.apache;resolution:=optional,
                             org.apache.commons.beanutils;version="[1.8.3, 2.0.0)",