1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

change scope for junit and mockito from compile to test

This commit is contained in:
Stefan Schroeder 2013-06-06 09:07:51 +02:00
parent 76bce6b3da
commit e15df333cc

View file

@ -250,12 +250,14 @@
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>${junit.version}</version> <version>${junit.version}</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId> <artifactId>mockito-all</artifactId>
<version>${mockito.version}</version> <version>${mockito.version}</version>
<scope>test</scope>
</dependency> </dependency>