summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF b/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF
index ee6ccdfcdd..c27deb9638 100644
--- a/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF
+++ b/java/sca/modules/implementation-spring-runtime/META-INF/MANIFEST.MF
@@ -11,3 +11,5 @@ Bundle-Description: Apache Tuscany SCA Spring Implementation Runtime Model
Bundle-SymbolicName: org.apache.tuscany.sca.implementation.spring.runtime
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6
+Import-Package: org.springframework.beans.factory.config;version="2.5.5",
+ org.springframework.beans.factory.xml;version="2.5.5"