From f3f656247b7e004ed08ea38be7b8b50cf3e75100 Mon Sep 17 00:00:00 2001 From: Anton Ivanov Date: Tue, 4 Sep 2018 08:49:23 +0100 Subject: [PATCH] Add jsonrpc to distribution Change-Id: I896351b136aa7574cf451ff3122dff80e798a7de Signed-off-by: Anton Ivanov --- opendaylight/pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index 7d643b6b..998abaa5 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -42,7 +42,7 @@ vbd - true + false @@ -106,5 +106,22 @@ + + + jsonrpc + + true + + + + org.opendaylight.jsonrpc + jsonrpc-features + 1.6.0-SNAPSHOT + features + xml + test + + + -- 2.36.6