Author: brett Date: Wed Aug 8 01:41:37 2007 New Revision: 563790 URL: http://svn.apache.org/viewvc?view=rev&rev=563790 Log: add the missing test scope dependency
Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?view=diff&rev=563790&r1=563789&r2=563790 ============================================================================== --- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Wed Aug 8 01:41:37 2007 @@ -41,14 +41,6 @@ <email>[EMAIL PROTECTED]</email> </contributor> </contributors> - <build> - <plugins> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.2</version> - </plugin> - </plugins> - </build> <dependencies> <dependency> <groupId>org.apache.maven</groupId> @@ -166,6 +158,12 @@ <groupId>org.apache.maven.shared</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <version>1.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>1.4.3</version> <scope>test</scope> </dependency> </dependencies>