Author: wsmoak
Date: Mon Apr 24 00:39:12 2006
New Revision: 396472
URL: http://svn.apache.org/viewcvs?rev=396472&view=rev
Log:
Added the myfaces-jsf-api dependency, which was marked as 'provided' in the
struts-faces pom.
Modified:
struts/action/trunk/apps/faces-example1/pom.xml
Modified: struts/action/trunk/apps/faces-example1/pom.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/apps/faces-example1/pom.xml?rev=396472&r1=396471&r2=396472&view=diff
==============================================================================
--- struts/action/trunk/apps/faces-example1/pom.xml (original)
+++ struts/action/trunk/apps/faces-example1/pom.xml Mon Apr 24 00:39:12 2006
@@ -19,18 +19,6 @@
*/
-->
-<!--
- Experimental Maven 2 Build for Apache Struts
- ============================================
-
-To build and install this module into your local repo:
-
- $ mvn install
-
-For more information, see: http://wiki.apache.org/struts/StrutsMaven2Plan
-
--->
-
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
@@ -68,6 +56,12 @@
<artifactId>myfaces-extensions</artifactId>
<version>1.0.9</version>
</dependency>
+ <dependency>
+ <groupId>myfaces</groupId>
+ <artifactId>myfaces-jsf-api</artifactId>
+ <version>1.0.9</version>
+ </dependency>
+
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]