From 3fa9117b4b54d222ebb6163e8b306f0a079e5158 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 23 Jul 2009 16:26:27 +0000 Subject: [PATCH] Upgrade Hibernate git-svn-id: https://svn.argeo.org/slc/trunk@2740 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- pom.xml | 14 +++++++++++--- runtime/org.argeo.slc.specs/pom.xml | 3 ++- runtime/org.argeo.slc.support.hibernate/pom.xml | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a576c7aae..721a5dd20 100644 --- a/pom.xml +++ b/pom.xml @@ -939,15 +939,23 @@ limitations under the License. org.hibernate com.springsource.org.hibernate - 3.2.6.ga - + 3.3.1.GA org.apache.commons com.springsource.org.apache.commons.logging + + org.slf4j + com.springsource.slf4j.api + + + org.jboss.javassist + com.springsource.javassist + 3.9.0.GA + net.sourceforge.jexcelapi com.springsource.jxl @@ -956,7 +964,7 @@ limitations under the License. net.sourceforge.ehcache com.springsource.net.sf.ehcache - 1.4.1 + 1.6.0 org.apache.commons diff --git a/runtime/org.argeo.slc.specs/pom.xml b/runtime/org.argeo.slc.specs/pom.xml index d5d4ec78e..a1066503c 100644 --- a/runtime/org.argeo.slc.specs/pom.xml +++ b/runtime/org.argeo.slc.specs/pom.xml @@ -34,7 +34,8 @@ org.argeo.slc.* *, - org.hibernate.proxy;resolution:="optional" + org.hibernate.proxy;resolution:="optional", + javassist.util.proxy;resolution:="optional" diff --git a/runtime/org.argeo.slc.support.hibernate/pom.xml b/runtime/org.argeo.slc.support.hibernate/pom.xml index 165b20b22..ed93e07d8 100644 --- a/runtime/org.argeo.slc.support.hibernate/pom.xml +++ b/runtime/org.argeo.slc.support.hibernate/pom.xml @@ -34,7 +34,7 @@ org.argeo.slc.core - *,org.hibernate.proxy + *,org.hibernate.proxy,javassist.util.proxy -- 2.39.2