Bug 7891: Add ssh feature to netconf-netty-util
[netconf.git] / features / netconf / odl-netconf-netty-util / pom.xml
index d8a0b5d6871074fc4ed90fd986d3dc246e0fb595..d175716d0cfb5a3282ff2c1369b3f447d2f055ce 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>