Merge "Bug 7891: Add ssh feature to netconf-netty-util"
authorJakub Morvay <jmorvay@cisco.com>
Sat, 6 May 2017 11:55:03 +0000 (11:55 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 6 May 2017 11:55:03 +0000 (11:55 +0000)
features/netconf/odl-netconf-netty-util/pom.xml
features/netconf/odl-netconf-netty-util/src/main/feature/feature.xml [new file with mode: 0644]

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>
diff --git a/features/netconf/odl-netconf-netty-util/src/main/feature/feature.xml b/features/netconf/odl-netconf-netty-util/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..4607798
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
+  ~
+  ~ This program and the accompanying materials are made available under the
+  ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+  ~ and is available at http://www.eclipse.org/legal/epl-v10.html
+  -->
+<features name="odl-netconf-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
+    <feature name="odl-netconf-netty-util" version="${project.version}">
+        <feature version="${karaf4.version}">ssh</feature>
+    </feature>
+</features>