reduce the required version of the org.osgi.framework package
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1457542 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/handler/jmx/jmx-handler/pom.xml b/ipojo/handler/jmx/jmx-handler/pom.xml
index bb2c97c..43ea74f 100644
--- a/ipojo/handler/jmx/jmx-handler/pom.xml
+++ b/ipojo/handler/jmx/jmx-handler/pom.xml
@@ -50,8 +50,12 @@
<version>2.3.7</version>
<configuration>
<instructions>
- <Private-Package>org.apache.felix.ipojo.handlers.jmx
+ <Private-Package>
+ org.apache.felix.ipojo.handlers.jmx
</Private-Package>
+ <Import-Package>
+ org.osgi.framework;version=1.5, *
+ </Import-Package>
<Bundle-Name>${project.name}</Bundle-Name>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>