DATACMNS-178 - Fixed dependency scope for JUnit.

Reduced scope of junit-dep dependency from compile to test.
This commit is contained in:
Oliver Gierke
2012-05-29 08:56:16 +02:00
parent f2989f5836
commit 31926a6299
2 changed files with 10 additions and 8 deletions

View File

@@ -59,11 +59,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.10</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>