From 25f58fff9ad2bd275465e63a5bdb3cb2e3c52cb3 Mon Sep 17 00:00:00 2001 From: Colin Dixon Date: Thu, 9 Oct 2014 14:46:35 -0500 Subject: [PATCH] Adding restconf to the opendaylight-karaf distribution Change-Id: I91cbee656e2f4da2af62f8a26e7800401f9c6aa4 Signed-off-by: Colin Dixon --- .../distribution/opendaylight-karaf/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index a09d550c36..1612f34343 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -58,18 +58,21 @@ features-base features xml + runtime org.opendaylight.controller features-adsal features xml + runtime org.opendaylight.controller features-nsf features xml + runtime @@ -77,12 +80,22 @@ features-mdsal features xml + runtime org.opendaylight.controller features-flow features xml + runtime + + + org.opendaylight.controller + features-restconf + 1.2.0-SNAPSHOT + features + xml + runtime -- 2.36.6