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.
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
Bundle-ManifestVersion: 2
|
|
Bundle-SymbolicName: org.springframework.data.jpa
|
|
Bundle-Name: ${project.name}
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-Version: ${project.version}
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Export-Template:
|
|
org.springframework.data.jpa.*;version="${project.version}"
|
|
Import-Template:
|
|
com.mysema.query.*;version="${querydsl:[=.=.=,+1.0.0)}";resolution:=optional,
|
|
javax.persistence.*;version="${jpa:[=.=.=,+1.0.0)}",
|
|
javax.annotation.*;version="0.0.0",
|
|
javax.enterprise.*;version="${cdi:[=.=.=,+1.0.0)}";resolution:=optional,
|
|
org.aopalliance.*;version="[1.0.0,2.0.0)",
|
|
org.apache.openjpa.persistence.*;version="${openjpa:[=.=.=,+1.0.0)}";resolution:=optional,
|
|
org.aspectj.*;version="${aspectj:[=.=.=,+1.0.0)}";resolution:=optional,
|
|
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="[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"
|
|
|