Moving tests to spring-test with autowiring.

This commit is contained in:
Michael Nitschinger
2012-12-17 14:23:00 +01:00
parent 2fa7345ccb
commit daa22767a1
4 changed files with 67 additions and 39 deletions

View File

@@ -49,5 +49,11 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.1.3.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>