DATAJPA-340 - Updated template.mf to generate and improved OSGi manifest.

Opened up the upper bound for Spring to be able to work with Spring 4. Expanded lower boundary of Slf4j dependency to 1.6.4 to let STS 3.x work with the JAR out of the box.
This commit is contained in:
Oliver Gierke
2013-05-03 13:48:39 +02:00
parent c0a4732882
commit 8e4fe422e1

View File

@@ -17,9 +17,9 @@ Import-Template:
org.eclipse.persistence.*;version="${eclipselink:[=.=.=,+1.0.0)}";resolution:=optional,
org.hibernate.*;version="[3.5.3,4.0.0)";resolution:=optional,
org.joda.time.*;version="[1.5.0,2.0.0)";resolution:=optional,
org.slf4j.*;version="${slf4j:[=.=.=,+1.0.0)}",
org.springframework.*;version="${spring30:[=.=.=.=,+1.0.0)}",
org.springframework.beans.factory.aspectj;version="${spring30:[=.=.=.=,+1.0.0)}";resolution:=optional,
org.slf4j.*;version="[1.6.4,2.0.0)",
org.springframework.*;version="${spring30:[=.=.=.=,+1.1.0)}",
org.springframework.beans.factory.aspectj;version="${spring30:[=.=.=.=,+1.1.0)}";resolution:=optional,
org.springframework.data.*;version="${springdata.commons:[=.=.=.=,+1.0.0)}",
org.w3c.*;version="0.0.0"