You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/09/13 15:48:18 UTC

svn commit: r1384331 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Author: olamy
Date: Thu Sep 13 13:48:17 2012
New Revision: 1384331

URL: http://svn.apache.org/viewvc?rev=1384331&view=rev
Log:
mockito must be test scope

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=1384331&r1=1384330&r2=1384331&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Thu Sep 13 13:48:17 2012
@@ -266,6 +266,7 @@ under the License.
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
       <version>1.8.5</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>