From 6f8fea9aad3da049eeff4d9ee2d55b06e4e2b503 Mon Sep 17 00:00:00 2001 From: Zoltan Altfatter Date: Fri, 4 May 2012 02:06:29 +0200 Subject: [PATCH] spring-hibernate project refactorings regarding dependency and spring config change --- spring-hibernate/pom.xml | 4 +- .../src/main/resources/app-context.xml | 45 +++++++++---------- 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/spring-hibernate/pom.xml b/spring-hibernate/pom.xml index 0ef37b9..c00a8a3 100755 --- a/spring-hibernate/pom.xml +++ b/spring-hibernate/pom.xml @@ -18,8 +18,8 @@ org.hibernate - hibernate-entitymanager - 4.1.1.Final + hibernate-core + 4.1.2.Final diff --git a/spring-hibernate/src/main/resources/app-context.xml b/spring-hibernate/src/main/resources/app-context.xml index 55eb8fe..3e4993c 100755 --- a/spring-hibernate/src/main/resources/app-context.xml +++ b/spring-hibernate/src/main/resources/app-context.xml @@ -1,34 +1,33 @@ - - + + - - - - - - com.infohubble.learning.Order - com.infohubble.learning.Item - - - + + + + + + com.infohubble.learning.Order + com.infohubble.learning.Item + + + - - - - - + + + \ No newline at end of file