Change dependency to be on Felix 1.0.4 for now because we made some api changes that still need to be ported to this extension.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@685364 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework.security/pom.xml b/framework.security/pom.xml
index 7b62644..feb016d 100644
--- a/framework.security/pom.xml
+++ b/framework.security/pom.xml
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.0.4</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>