Author: wsmoak Date: Sat Jun 10 08:25:50 2006 New Revision: 413318 URL: http://svn.apache.org/viewvc?rev=413318&view=rev Log: Marked the MyFaces dependency 'optional' (and tabs -> spaces). Removed a duplicate JSP API dependency.
Modified: struts/action2/trunk/core/pom.xml Modified: struts/action2/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/struts/action2/trunk/core/pom.xml?rev=413318&r1=413317&r2=413318&view=diff ============================================================================== --- struts/action2/trunk/core/pom.xml (original) +++ struts/action2/trunk/core/pom.xml Sat Jun 10 08:25:50 2006 @@ -172,13 +172,6 @@ <optional>true</optional> </dependency> - <dependency> - <groupId>jspapi</groupId> - <artifactId>jsp-api</artifactId> - <version>2.0</version> - <optional>true</optional> - </dependency> - <!-- QuickStart --> <dependency> <groupId>xstream</groupId> @@ -261,10 +254,11 @@ </dependency> <dependency> - <groupId>myfaces</groupId> - <artifactId>myfaces-jsf-api</artifactId> - <version>1.0.9</version> - </dependency> + <groupId>myfaces</groupId> + <artifactId>myfaces-jsf-api</artifactId> + <version>1.0.9</version> + <optional>true</optional> + </dependency> <!-- Test dependencies --> <dependency>