Netconf Device Provider Plugin to discover and monitor NETCONF supported Devices.

Change-Id: I6d32c966fd4e9c3581db8285e2d712b6bffdb65c
diff --git a/features/features.xml b/features/features.xml
index ce35e6d..96376e0 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -129,5 +129,11 @@
         <bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle>
         <bundle>mvn:org.onosproject/onos-core-trivial/@ONOS-VERSION</bundle>
     </feature>
+	
+    <feature name="onos-netconf" version="@FEATURE-VERSION"
+             description="ONOS Netconf providers">
+        <feature>onos-api</feature>        
+        <bundle>mvn:org.onosproject/onos-netconf-provider-device/@ONOS-VERSION</bundle>        
+    </feature>
 
 </features>