diff --git a/pom.xml b/pom.xml index 60b5c00..899bae2 100644 --- a/pom.xml +++ b/pom.xml @@ -31,9 +31,9 @@ - 1.2.0.BUILD-SNAPSHOT - 1.1.0.BUILD-SNAPSHOT - 2.1.0.BUILD-SNAPSHOT + 1.4.0.BUILD-SNAPSHOT + 1.3.0.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT @@ -53,9 +53,9 @@ bugfix-snapshots - 1.1.3.BUILD-SNAPSHOT - 1.0.5.BUILD-SNAPSHOT - 2.0.2.BUILD-SNAPSHOT + 1.3.1.BUILD-SNAPSHOT + 1.2.1.BUILD-SNAPSHOT + 2.2.1.BUILD-SNAPSHOT @@ -96,10 +96,10 @@ releases - 1.1.2.RELEASE - 1.0.4.RELEASE - 2.0.1.RELEASE - 1.3.2.RELEASE + 1.3.0.RELEASE + 1.2.0.RELEASE + 2.2.0.RELEASE + 1.5.0.RELEASE @@ -107,7 +107,7 @@ org.springframework.data - spring-data-commons-core + spring-data-commons ${sd.commons.version} @@ -128,16 +128,16 @@ latest-releases - 1.2.0.RC1 - 1.1.0.RC1 - 2.1.0.RC3 - 1.4.0.RC1 + 1.3.0.RELEASE + 1.2.0.RELEASE + 2.2.0.RELEASE + 1.5.0.RELEASE org.springframework.data - spring-data-commons-core + spring-data-commons ${sd.commons.version} @@ -166,9 +166,20 @@ 3.1 + + true + - 3.1.2.RELEASE + 3.1.4.RELEASE + + + cglib + cglib + 2.2.2 + runtime + + @@ -178,19 +189,27 @@ 3.0.7.RELEASE + + + cglib + cglib + 2.2.2 + runtime + + 3.2 - 3.2.0.M1 + 3.2.1.RELEASE spring-snapshots - 3.2.0.BUILD-SNAPSHOT + 4.0.0.BUILD-SNAPSHOT @@ -202,6 +221,12 @@ fix-spring + + org.springframework + spring-aop + ${spring.version} + + org.springframework spring-aspects @@ -237,6 +262,12 @@ spring-orm ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + org.springframework @@ -319,27 +350,19 @@ - org.hibernate - hibernate-validator - 4.1.0.Final - test + javax.validation + validation-api + 1.0.0.GA + runtime - - log4j - log4j - 1.2.16 - runtime - - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - runtime + ch.qos.logback + logback-classic + 1.0.6 + test @@ -349,7 +372,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.0 1.6 1.6 diff --git a/src/main/resources/META-INF/spring/application-context.xml b/src/main/resources/META-INF/spring/application-context.xml index 57a74d3..0f0b1d1 100644 --- a/src/main/resources/META-INF/spring/application-context.xml +++ b/src/main/resources/META-INF/spring/application-context.xml @@ -26,6 +26,11 @@ + + + none + + diff --git a/src/test/resources/log4j.properties b/src/test/resources/log4j.properties deleted file mode 100644 index 8e9ae4d..0000000 --- a/src/test/resources/log4j.properties +++ /dev/null @@ -1,11 +0,0 @@ -# Direct log messages to stdout -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.Target=System.out -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %40.40c:%4L - %m%n - -# Root logger option -log4j.rootLogger=WARN, stdout - -#log4j.logger.org.springframework=INFO -#log4j.logger.org.springframework.data=INFO \ No newline at end of file diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml new file mode 100644 index 0000000..fc4931c --- /dev/null +++ b/src/test/resources/logback.xml @@ -0,0 +1,16 @@ + + + + + + %d %5p %40.40c:%4L - %m%n + + + + + + + + + + \ No newline at end of file