FELIX-1668: Uses OSGi 1.0.0 libs instead of 1.2.0.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@820480 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/pom.xml b/http/pom.xml
index a3ce646..f68b645 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -36,7 +36,7 @@
     <prerequisites>
         <maven>2.0.7</maven>
     </prerequisites>

+�
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
@@ -116,17 +116,17 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.osgi.core</artifactId>
-                <version>1.2.0</version>
+                <version>1.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.osgi.foundation</artifactId>
-                <version>1.2.0</version>
+                <version>1.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.osgi.compendium</artifactId>
-                <version>1.2.0</version>
+                <version>1.0.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.apache.felix</groupId>