Author: craigmcc Date: Fri Jun 9 21:15:05 2006 New Revision: 413223 URL: http://svn.apache.org/viewvc?rev=413223&view=rev Log: Mark JUnit as a test-only dependency. Update HtmlUnit dependency to version 1.8.
Modified: struts/shale/branches/mvn_reorg/shale-apps/shale-blank/pom.xml Modified: struts/shale/branches/mvn_reorg/shale-apps/shale-blank/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-apps/shale-blank/pom.xml?rev=413223&r1=413222&r2=413223&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-apps/shale-blank/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-apps/shale-blank/pom.xml Fri Jun 9 21:15:05 2006 @@ -73,12 +73,13 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>htmlunit</groupId> <artifactId>htmlunit</artifactId> - <version>1.7</version> + <version>1.8</version> <scope>test</scope> <exclusions> <exclusion>