Extracted common functionality from project Hades to build a common infrastructure for generic repository implementations independent of the underlying persistence mechanism. Fixes DATACMNS-2, DATACMNS-3, DATACMNS-4, DATACMNS-5, DATACMNS-6, DATACMNS-8, DATACMNS-9.
24 lines
970 B
Plaintext
24 lines
970 B
Plaintext
Bundle-SymbolicName: org.springframework.data.commons
|
|
Bundle-Name: Spring Data Commons Core
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-ManifestVersion: 2
|
|
Import-Package:
|
|
sun.reflect;version="0";resolution:=optional
|
|
Import-Template:
|
|
org.springframework.aop.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.core.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.context.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.dao.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.util.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.transaction.*;version="[3.0.0, 4.0.0)",
|
|
org.springframework.data.core.*;version="[1.0.0, 2.0.0)",
|
|
org.springframework.data.persistence.*;version="[1.0.0, 2.0.0)",
|
|
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
|
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
|
org.joda.time.*;version="[1.6.0,2.0.0)",
|
|
org.slf4j.*;version="[1.5.0,1.6.0)",
|
|
org.w3c.dom.*;version="0"
|
|
|
|
|