From 78aba105dfd9fd5aec3f7fb3088dcb3212aed274 Mon Sep 17 00:00:00 2001 From: Richard Kosegi Date: Fri, 22 Nov 2019 13:05:19 +0100 Subject: [PATCH] Fix JSONRPC feature artifact Problem was introduced by https://git.opendaylight.org/gerrit/c/jsonrpc/+/85840 Also add jsonrpc feature into compatible-with-all Change-Id: I3f3671a02898d545e1570861caa181487934c017 Signed-off-by: Richard Kosegi --- features/repos/index/pom.xml | 2 +- .../odl-integration-compatible-with-all/pom.xml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index 5684f1fa..c5f8e146 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -208,7 +208,7 @@ org.opendaylight.jsonrpc - jsonrpc-features + features-jsonrpc features xml diff --git a/features/singles/odl-integration-compatible-with-all/pom.xml b/features/singles/odl-integration-compatible-with-all/pom.xml index e973bab5..57241856 100644 --- a/features/singles/odl-integration-compatible-with-all/pom.xml +++ b/features/singles/odl-integration-compatible-with-all/pom.xml @@ -129,6 +129,21 @@ + + + jsonrpc + + true + + + + org.opendaylight.jsonrpc + odl-jsonrpc-all + xml + features + + + lispflowmapping -- 2.36.6