Replace mdsal model bundles with feature 99/35999/2
authorTomas Cere <tcere@cisco.com>
Wed, 9 Mar 2016 14:58:37 +0000 (15:58 +0100)
committerTomas Cere <tcere@cisco.com>
Fri, 8 Apr 2016 11:04:17 +0000 (11:04 +0000)
Change-Id: I118a5adef486ba652f293c4bfbad09de6ab63080
Signed-off-by: Tomas Cere <tcere@cisco.com>
features/netconf/src/main/features/features.xml

index 82920bcba169b4fba6542dcc8b78c13dca269413..ac0ad75e53a982c79f2e4be8140d91c04a38bfd2 100644 (file)
     <bundle>mvn:org.opendaylight.netconf/ietf-netconf/{{VERSION}}</bundle>
     <bundle>mvn:org.opendaylight.netconf/ietf-netconf-notifications/{{VERSION}}</bundle>
     <bundle>mvn:org.opendaylight.netconf/ietf-netconf-monitoring-extension/{{VERSION}}</bundle>
-    <bundle>mvn:org.opendaylight.mdsal.model/ietf-inet-types/{{VERSION}}</bundle>
-    <bundle>mvn:org.opendaylight.mdsal.model/ietf-yang-types/{{VERSION}}</bundle>
-    <bundle>mvn:org.opendaylight.mdsal.model/ietf-yang-types-20130715/2013.07.15.9-SNAPSHOT</bundle>
-    <bundle>mvn:org.opendaylight.mdsal.model/ietf-type-util/{{VERSION}}</bundle>
+    <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
   </feature>
 
   <feature name='odl-netconf-mapping-api' version='${project.version}' description="OpenDaylight :: Netconf :: Mapping API">