Author: musachy Date: Wed Aug 12 03:02:01 2009 New Revision: 803356 URL: http://svn.apache.org/viewvc?rev=803356&view=rev Log: make jsp api dep provided
Modified: struts/struts2/trunk/plugins/junit/pom.xml Modified: struts/struts2/trunk/plugins/junit/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/junit/pom.xml?rev=803356&r1=803355&r2=803356&view=diff ============================================================================== --- struts/struts2/trunk/plugins/junit/pom.xml (original) +++ struts/struts2/trunk/plugins/junit/pom.xml Wed Aug 12 03:02:01 2009 @@ -72,7 +72,7 @@ <groupId>javax.servlet</groupId> <artifactId>jsp-api</artifactId> <version>2.0</version> - <scope>test</scope> + <scope>provided</scope> </dependency> </dependencies> </project>