From ef04ccca1796076c5ddb3133d7e33f1bf1cb999c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 18 Aug 2011 23:14:42 +0000 Subject: [PATCH] allow for Hibernate 4.0 --- org.springframework.orm/template.mf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.orm/template.mf b/org.springframework.orm/template.mf index cd19fd510e..75ffef2908 100644 --- a/org.springframework.orm/template.mf +++ b/org.springframework.orm/template.mf @@ -21,7 +21,7 @@ Import-Template: org.apache.commons.logging.*;version="[1.1.1, 2.0.0)", org.apache.openjpa.persistence.*;version="[1.0.0, 3.0.0)";resolution:=optional, org.eclipse.persistence.*;version="[1.0.0, 3.0.0)";resolution:=optional, - org.hibernate.*;version="[3.2.0, 4.0.0)";resolution:=optional, + org.hibernate.*;version="[3.2.0, 5.0.0)";resolution:=optional, org.springframework.aop.*;version=${spring.osgi.range}, org.springframework.beans.*;version=${spring.osgi.range}, org.springframework.context.*;version=${spring.osgi.range},