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

@@ -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>