diff --git a/core/pom.xml b/core/pom.xml index 1cafd94..9353c15 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -18,7 +18,14 @@ org.springframework spring-beans ${spring.version} + + + commons-logging + commons-logging + + + org.springframework spring-context diff --git a/pom.xml b/pom.xml index 37eefb8..39d567b 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ 3.1.2.RELEASE + 1.7.1 @@ -63,24 +64,47 @@ + + + + org.hamcrest + hamcrest-library + 1.3 + test + junit - junit + junit-dep 4.10 test + + + org.mockito + mockito-all + 1.9.5 + test + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + test + - log4j - log4j - 1.2.16 - test - - - org.mockito - mockito-all - 1.9.5 - test - + ch.qos.logback + logback-classic + 1.0.7 + test + +