From 8759b20e4601d3a3e24301e2c6502038c95b9816 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sun, 4 Sep 2011 01:06:35 +0000 Subject: [PATCH] Include javax.jdo 3.x in spring-orm template.mf Prior to this change, spring-orm/template.mf was exclusive of javax.jdo 3.0.0. Now, after local testing against the newly-released jdo-api 3.0 jar, the template has been updated to allow for use in OSGi containers. Note that actually updating build dependency descriptors to JDO 3.0 such that the framework is continually tested against this version is covered by a separate issue (SPR-8668). Issue: SPR-8667, SPR-8655 --- 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 75ffef2908..42cc01e5b9 100644 --- a/org.springframework.orm/template.mf +++ b/org.springframework.orm/template.mf @@ -9,7 +9,7 @@ Import-Package: org.eclipse.persistence.expressions;version="[1.0.0, 3.0.0)";resolution:=optional Import-Template: com.ibatis.*;version="[2.3.0, 3.0.0)";resolution:=optional, - javax.jdo.*;version="[2.0.0, 3.0.0)";resolution:=optional, + javax.jdo.*;version="[2.0.0, 4.0.0)";resolution:=optional, javax.naming.*;version="0";resolution:=optional, javax.persistence.*;version="[1.0.0, 3.0.0)";resolution:=optional, javax.servlet.*;version="[2.4.0, 4.0.0)";resolution:=optional,