Downgraded the dependency on org.osgi.core from 1.2.0 to 1.0.1 to be more
compatible. (FELIX-821)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@719024 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/servicebinder/pom.xml b/servicebinder/pom.xml
index cd12bc7..c0d7f02 100644
--- a/servicebinder/pom.xml
+++ b/servicebinder/pom.xml
@@ -32,7 +32,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.2.0</version>
+      <version>1.0.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>