Adapt to latest felix version.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@718382 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework.security/pom.xml b/framework.security/pom.xml
index feb016d..cd44ab3 100644
--- a/framework.security/pom.xml
+++ b/framework.security/pom.xml
@@ -34,12 +34,12 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>1.0.4</version>
+ <version>1.5.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>