FELIX-138 Removed the dependency to javax.microedition.io and patched the IO service to use explicit values instead of constants and use more generic classes instead of the specific ones contained in the io package. This patch will be reversed as soon as licensing issues are resolved.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@439586 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.osgi.compendium/pom.xml b/org.osgi.compendium/pom.xml
index cd09242..e508363 100644
--- a/org.osgi.compendium/pom.xml
+++ b/org.osgi.compendium/pom.xml
@@ -21,12 +21,14 @@
       <version>${pom.version}</version>
       <scope>provided</scope>
     </dependency>
+<!--
     <dependency>
       <groupId>javax.microedition</groupId>
       <artifactId>javax.microedition</artifactId>
       <version>1.0.4</version>
       <scope>provided</scope>
     </dependency>
+-->
   </dependencies>
   <build>
     <plugins>
@@ -52,4 +54,4 @@
       </plugin>
     </plugins>
   </build>
-</project>

+</project>