Change the dependency on framework to target version 1.4.1 since we need to port it to the current trunk first.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@745669 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework.security/pom.xml b/framework.security/pom.xml
index cd44ab3..f86d1e8 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.5.0-SNAPSHOT</version>
+      <version>1.4.1</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>