Adding felix.framework back to features.xml

Change-Id: I1be5a2d3d1b3d737f5cf599bd758b205722c16b5
diff --git a/features/features.xml b/features/features.xml
index b21d9ba..5b5481f 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -133,8 +133,8 @@
     <feature name="onos-security" version="@FEATURE-VERSION"
              description="Security-Mode ONOS">
         <feature>onos-api</feature>
-        <!-- FIXME Removing the following for 1.2.0 release as it is not yet released -->
-        <!--bundle>mvn:org.onosproject/org.apache.felix.framework.security/2.2.0.onos-SNAPSHOT</bundle-->
+        <!-- FIXME Release when stable (before Drake) -->
+        <bundle>mvn:org.onosproject/org.apache.felix.framework.security/2.2.0.onos-SNAPSHOT</bundle>
         <bundle>mvn:org.onosproject/onos-security-impl/@ONOS-VERSION</bundle>
     </feature>