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 --- routing/routing-api/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'routing/routing-api/pom.xml') diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml index 14268c67f..2077e3fd7 100644 --- a/routing/routing-api/pom.xml +++ b/routing/routing-api/pom.xml @@ -62,5 +62,10 @@ vpp-classifier-api ${project.version} + + + com.google.code.findbugs + jsr305 + -- cgit 1.2.3-korg