Brian O'Connor

Adding felix.framework back to features.xml

Change-Id: I1be5a2d3d1b3d737f5cf599bd758b205722c16b5
...@@ -133,8 +133,8 @@ ...@@ -133,8 +133,8 @@
133 <feature name="onos-security" version="@FEATURE-VERSION" 133 <feature name="onos-security" version="@FEATURE-VERSION"
134 description="Security-Mode ONOS"> 134 description="Security-Mode ONOS">
135 <feature>onos-api</feature> 135 <feature>onos-api</feature>
136 - <!-- FIXME Removing the following for 1.2.0 release as it is not yet released --> 136 + <!-- FIXME Release when stable (before Drake) -->
137 - <!--bundle>mvn:org.onosproject/org.apache.felix.framework.security/2.2.0.onos-SNAPSHOT</bundle--> 137 + <bundle>mvn:org.onosproject/org.apache.felix.framework.security/2.2.0.onos-SNAPSHOT</bundle>
138 <bundle>mvn:org.onosproject/onos-security-impl/@ONOS-VERSION</bundle> 138 <bundle>mvn:org.onosproject/onos-security-impl/@ONOS-VERSION</bundle>
139 </feature> 139 </feature>
140 140
......