From 40630a604d1fd524463c8532e1f3d92811047d84 Mon Sep 17 00:00:00 2001 From: Richard Kosegi Date: Wed, 13 Nov 2019 21:45:59 +0100 Subject: [PATCH] Add jsonrpc Signed-off-by: Richard Kosegi Change-Id: I01c48c94a8a903932bee8663a1e45dfc5733f5f0 --- artifacts/upstream/artifacts/pom.xml | 17 +++++++++++++++++ artifacts/upstream/properties/pom.xml | 1 + features/repos/index/pom.xml | 15 +++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/artifacts/upstream/artifacts/pom.xml b/artifacts/upstream/artifacts/pom.xml index c21d3535..4afe68bb 100644 --- a/artifacts/upstream/artifacts/pom.xml +++ b/artifacts/upstream/artifacts/pom.xml @@ -142,6 +142,23 @@ + + jsonrpc + + true + + + + + org.opendaylight.jsonrpc + jsonrpc-artifacts + ${jsonrpc.version} + pom + import + + + + lispflowmapping diff --git a/artifacts/upstream/properties/pom.xml b/artifacts/upstream/properties/pom.xml index e10bbe88..9e3762c1 100644 --- a/artifacts/upstream/properties/pom.xml +++ b/artifacts/upstream/properties/pom.xml @@ -53,6 +53,7 @@ 1.7.0-SNAPSHOT 0.8.0-SNAPSHOT 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT 1.11.0-SNAPSHOT 5.0.4 1.8.0-SNAPSHOT diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index 4324f37d..5684f1fa 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -199,6 +199,21 @@ + + + jsonrpc + + true + + + + org.opendaylight.jsonrpc + jsonrpc-features + features + xml + + + lispflowmapping -- 2.36.6