Author: vsiveton
Date: Fri Jul 11 06:28:05 2008
New Revision: 675945
URL: http://svn.apache.org/viewvc?rev=675945&view=rev
Log:
o junit-addons should be in test scope
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?rev=675945&r1=675944&r2=675945&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Fri Jul 11
06:28:05 2008
@@ -321,6 +321,7 @@
<groupId>junit-addons</groupId>
<artifactId>junit-addons</artifactId>
<version>1.4</version>
+ <scope>test</scope>
</dependency>
</dependencies>