Added javax.el dependency and changed MyFaces to 1.2.0.

This commit is contained in:
Jeremy Grelle
2007-07-31 23:12:55 +00:00
parent 7f8ea6a3c1
commit 50c5174729
2 changed files with 4 additions and 2 deletions

View File

@@ -33,6 +33,7 @@
<classpathentry kind="lib" path="lib/buildtime/jta.jar"/>
<classpathentry kind="lib" path="lib/test/spring-jdbc.jar"/>
<classpathentry kind="lib" path="lib/test/spring-mock.jar" sourcepath="/spring/mock"/>
<classpathentry kind="lib" path="lib/global/el-api.jar"/>
<classpathentry kind="lib" path="lib/buildtime/persistence-api.jar"/>
<classpathentry kind="lib" path="lib/buildtime/spring-jpa.jar"/>
<classpathentry kind="output" path="target/classes"/>

View File

@@ -22,6 +22,7 @@
<!-- global (core) dependencies -->
<dependency org="commons-logging" name="commons-logging" rev="1.0.4" />
<dependency org="ognl" name="ognl" rev="2.6.9" />
<dependency org="javax.el" name="el-api" rev="1.0"/>
<!-- Xerces and XML-apis are required only under JDK 1.4 for XSD support -->
<!-- Note: POMs are incorrect in m2 repo; ignoring since they are optional anyway
<dependency org="xerces" name="xercesImpl" rev="2.8.0"/>
@@ -48,8 +49,8 @@
<!-- JSF-only dependencies -->
<!-- note that at this time we depend on MyFaces, not JSF-RI -->
<dependency org="org.apache.myfaces.core" name="myfaces-api" rev="1.1.4" conf="buildtime, jsf->default" />
<dependency org="org.apache.myfaces.core" name="myfaces-impl" rev="1.1.4" conf="buildtime, jsf->default" />
<dependency org="org.apache.myfaces.core" name="myfaces-api" rev="1.2.0" conf="buildtime, jsf->default"/>
<dependency org="org.apache.myfaces.core" name="myfaces-impl" rev="1.2.0" conf="buildtime, jsf->default"/>
<!-- build time only dependencies -->
<dependency org="concurrent" name="concurrent" rev="1.3.4" conf="buildtime->default" />