On 6/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: tmjee Date: Sat Jun 10 06:24:38 2006 New Revision: 413293 URL: http://svn.apache.org/viewvc?rev=413293&view=rev Log: - removed <scope>provided<scope> from myfaces dependency, since myfaces-jsf-api is available in the repository
The 'provided' scope says that the jar will be provided by the environment in which the application is run, which is correct for this jar. Since this POM is building a jar rather than a war, removing this probably doesn't change anything, but it is actually more correct to leave <scope>provided</scope> in place. -- Martin Cooper 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=413293&r1=413292&r2=413293&view=diff ============================================================================== --- struts/action2/trunk/core/pom.xml (original) +++ struts/action2/trunk/core/pom.xml Sat Jun 10 06:24:38 2006 @@ -264,7 +264,6 @@ <groupId>myfaces</groupId> <artifactId>myfaces-jsf-api</artifactId> <version>1.0.9</version> - <scope>provided</scope> </dependency> <!-- Test dependencies -->