Author: craigmcc Date: Sun Jan 7 18:54:16 2007 New Revision: 493917 URL: http://svn.apache.org/viewvc?view=rev&rev=493917 Log: One more version fix ... javax.el:el-api:1 should be javax.el:el-api:1.0. The "jsfri12" profile also references a "javax.el:el-ri:1.0" that would be required to include a JSF implementation inside a webapp. I don't see such a resoure anywhere at the moment, so this profile is currently broken in the trunk. The "jsfee5" profile, which presumes you are deploying to an app server that implements all of EE5 (including JSF and the expression language) works fine, however.
Modified: shale/framework/trunk/shale-apps/pom.xml Modified: shale/framework/trunk/shale-apps/pom.xml URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/pom.xml?view=diff&rev=493917&r1=493916&r2=493917 ============================================================================== --- shale/framework/trunk/shale-apps/pom.xml (original) +++ shale/framework/trunk/shale-apps/pom.xml Sun Jan 7 18:54:16 2007 @@ -228,13 +228,13 @@ <dependency> <groupId>javax.el</groupId> <artifactId>el-api</artifactId> - <version>1</version> + <version>1.0</version> <scope>provided</scope> <!-- JSP 2.1 requires it --> </dependency> <dependency> <groupId>javax.el</groupId> <artifactId>el-ri</artifactId> - <version>1</version> + <version>1.0</version> <scope>runtime</scope> </dependency> <dependency> @@ -276,7 +276,7 @@ <dependency> <groupId>javax.el</groupId> <artifactId>el-api</artifactId> - <version>1</version> + <version>1.0</version> <scope>provided</scope> </dependency> <dependency>