From abbd2ce3fb7821baa56146b78a396bb30efc337f Mon Sep 17 00:00:00 2001 From: Anton Ivanov Date: Wed, 31 Jan 2018 16:04:25 +0000 Subject: [PATCH] Add JSON RPC to distribution Add and enable JSON RPC in distribution Addresses fix for incorrect upstream version (we do not have the patch bumping the version to 2.0 in master merged yet, so we will stick with the current master versioning). Change-Id: I58007c5e0432b481985359b1717d7c860e4d5bd5 Signed-off-by: Anton Ivanov --- artifacts/upstream/properties/pom.xml | 1 + artifacts/upstream/single-features/pom.xml | 18 ++++++++++++++++++ features/repos/index/pom.xml | 15 +++++++++++++++ features/singles/odl-integration-all/pom.xml | 15 +++++++++++++++ 4 files changed, 49 insertions(+) diff --git a/artifacts/upstream/properties/pom.xml b/artifacts/upstream/properties/pom.xml index de46b14f..683981e8 100644 --- a/artifacts/upstream/properties/pom.xml +++ b/artifacts/upstream/properties/pom.xml @@ -59,6 +59,7 @@ 0.7.0-SNAPSHOT 1.3.0-SNAPSHOT 1.4.0-SNAPSHOT + 1.3.2-SNAPSHOT 0.4.0-SNAPSHOT 1.7.0-SNAPSHOT 0.4.0-SNAPSHOT diff --git a/artifacts/upstream/single-features/pom.xml b/artifacts/upstream/single-features/pom.xml index 342ac845..df55c58c 100644 --- a/artifacts/upstream/single-features/pom.xml +++ b/artifacts/upstream/single-features/pom.xml @@ -288,6 +288,24 @@ + + + jsonrpc + + true + + + + + org.opendaylight.jsonrpc + jsonrpc-features + ${jsonrpc.version} + xml + features + + + + l2switch diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index 3f9285ff..8902b096 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -339,6 +339,21 @@ + + + jsonrpc + + true + + + + org.opendaylight.jsonrpc + jsonrpc-features + features + xml + + + l2switch diff --git a/features/singles/odl-integration-all/pom.xml b/features/singles/odl-integration-all/pom.xml index f0c174c6..bcfa71a6 100644 --- a/features/singles/odl-integration-all/pom.xml +++ b/features/singles/odl-integration-all/pom.xml @@ -237,6 +237,21 @@ + + + jsonrpc + + true + + + + org.opendaylight.jsonrpc + jsonrpc-features + features + xml + + + l2switch -- 2.36.6