|
@@ -17,19 +17,17 @@
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>de.bechte.junit</groupId>
|
|
|
<artifactId>junit-hierarchicalcontextrunner</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
<artifactId>hamcrest-all</artifactId>
|
|
|
- <scope>compile</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.hamcrest</groupId>
|
|
|
- <artifactId>hamcrest-all</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|