From 52084f7b4e6f50c90b3255cdf2eb9deab560c970 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 2 Jun 2013 12:32:29 +0200 Subject: o Making some test cases. --- pom.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f6edf30..d18496b 100755 --- a/pom.xml +++ b/pom.xml @@ -22,17 +22,23 @@ org.springframework spring-context - 3.2.2.RELEASE + ${version.spring} org.springframework spring-context-support - 3.2.2.RELEASE + ${version.spring} org.springframework spring-orm - 3.2.2.RELEASE + ${version.spring} + + + org.springframework + spring-test + ${version.spring} + test org.springframework.data @@ -80,6 +86,16 @@ postgresql 9.2-1002-jdbc4 + + junit + junit + 4.11 + + + org.easytesting + fest-assert + 1.4 + @@ -95,6 +111,9 @@ + + 3.2.2.RELEASE + -- cgit v1.2.3