Updating to latest MyFaces version 1.2.2 to enable use of Ajax CommandLinks inside DataTable.

This commit is contained in:
Jeremy Grelle
2008-02-14 16:41:31 +00:00
parent ba78cf8cb7
commit 59a3107ce8

View File

@@ -29,8 +29,8 @@
<!-- JSF 1.2 dependencies -->
<!-- note that at this time we depend on MyFaces, not JSF-RI -->
<dependency org="org.apache.myfaces.core" name="myfaces-api" rev="1.2.0" conf="buildtime, jsf12->default" />
<dependency org="org.apache.myfaces.core" name="myfaces-impl" rev="1.2.0" conf="buildtime, jsf12->default" />
<dependency org="org.apache.myfaces.core" name="myfaces-api" rev="1.2.2" conf="buildtime, jsf12->default" />
<dependency org="org.apache.myfaces.core" name="myfaces-impl" rev="1.2.2" conf="buildtime, jsf12->default" />
<dependency org="commons-beanutils" name="commons-beanutils" rev="1.7.0" conf="buildtime, jsf12->default" >
<exclude module="commons-logging"/>
</dependency>