Bug 7891: Add ssh feature to netconf-netty-util
[netconf.git] / features / netconf / odl-netconf-netty-util / pom.xml
index 26e63eedcdfcdfe6ef663d1960c5379ae48c6857..2236c680f2cc3a0822ae0def651906413c9c3933 100644 (file)
     <name>OpenDaylight :: Netconf :: Netty Util</name>
 
     <dependencies>
+        <dependency>
+            <groupId>org.apache.karaf.features</groupId>
+            <artifactId>standard</artifactId>
+            <version>${karaf4.version}</version>
+            <classifier>features</classifier>
+            <type>xml</type>
+            <scope>runtime</scope>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-netconf-api</artifactId>