mockito should be a test dependency

This commit is contained in:
justwrote 2013-06-21 12:07:49 +02:00
parent 37b223c29b
commit 0860db2166
2 changed files with 7 additions and 5 deletions

View File

@ -45,7 +45,7 @@
<module>imageio-jmagick</module>
<!-- Test cases for the JRE provided ImageIO plugins -->
<module>imageio-reference</module>
<module>imageio-reference</module>
</modules>
<properties>
@ -90,6 +90,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
</dependencies>
@ -115,5 +116,5 @@
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
</dependencyManagement>
</project>

View File

@ -29,7 +29,7 @@
<artifactId>common-image</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.common</groupId>
<artifactId>common-lang</artifactId>
@ -65,7 +65,7 @@
<version>1.2.14</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
@ -84,6 +84,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
</dependencies>
@ -117,5 +118,5 @@
</plugin>
</plugins>
</build>
</project>