From 5365646dc85aad32b7be4918122ce6d8e6de2fe3 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 19 Feb 2018 15:03:19 +0100 Subject: Adapt hc2vpp to ODL Oxygen (HONEYCOMB-424) Requires https://gerrit.fd.io/r/#/c/11320/ Also changes encoding of empty type in json test files to [null] (RFC8040) from {} that was used so far. Honeycomb uses draft-ietf-netconf-restconf-02 of restconf compoments, so there might be a bug in ODL or HC configuration. To resolve it, using RFC8040 version of ODL restconf components should be considered (HONEYCOMB-430). Not covered: - postman collections update - CSIT tests update Change-Id: I820c46b5b0b22330e8529e8870c8bdad9508473b Signed-off-by: Marek Gradzki --- vpp-management/api/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vpp-management/api') diff --git a/vpp-management/api/pom.xml b/vpp-management/api/pom.xml index a30cc3155..ec62b1718 100644 --- a/vpp-management/api/pom.xml +++ b/vpp-management/api/pom.xml @@ -30,4 +30,11 @@ io.fd.hc2vpp.management vpp-management-api 1.18.04-SNAPSHOT + + + + com.google.code.findbugs + jsr305 + + \ No newline at end of file -- cgit 1.2.3-korg