Removing felix.framework from features.xml for release
Change-Id: Ief8b9b99880befa438726d9fe426c76f63e362ff
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -133,7 +133,8 @@ | ... | @@ -133,7 +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 | - <bundle>mvn:org.onosproject/org.apache.felix.framework.security/2.2.0.onos-SNAPSHOT</bundle> | 136 | + <!-- FIXME Removing the following for 1.2.0 release as it is not yet released --> |
137 | + <!--bundle>mvn:org.onosproject/org.apache.felix.framework.security/2.2.0.onos-SNAPSHOT</bundle--> | ||
137 | <bundle>mvn:org.onosproject/onos-security-impl/@ONOS-VERSION</bundle> | 138 | <bundle>mvn:org.onosproject/onos-security-impl/@ONOS-VERSION</bundle> |
138 | </feature> | 139 | </feature> |
139 | 140 | ... | ... |
-
Please register or login to post a comment