You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/08/01 15:02:40 UTC

svn commit: r981217 - /maven/shared/trunk/maven-common-artifact-filters/pom.xml

Author: bentmann
Date: Sun Aug  1 13:02:40 2010
New Revision: 981217

URL: http://svn.apache.org/viewvc?rev=981217&view=rev
Log:
o Fixed dependency scope

Modified:
    maven/shared/trunk/maven-common-artifact-filters/pom.xml

Modified: maven/shared/trunk/maven-common-artifact-filters/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-common-artifact-filters/pom.xml?rev=981217&r1=981216&r2=981217&view=diff
==============================================================================
--- maven/shared/trunk/maven-common-artifact-filters/pom.xml (original)
+++ maven/shared/trunk/maven-common-artifact-filters/pom.xml Sun Aug  1 13:02:40 2010
@@ -79,6 +79,7 @@
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
       <version>1.1</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>