diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-02-19 15:03:19 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-04 04:16:14 +0000 |
commit | 5365646dc85aad32b7be4918122ce6d8e6de2fe3 (patch) | |
tree | a646d1b2c693fe0481e19fe39ecdb4486a7fffb6 /vpp-management/api | |
parent | 4af77ce878baf1ac89ed9111274bc7375c878949 (diff) |
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 <mgradzki@cisco.com>
Diffstat (limited to 'vpp-management/api')
-rw-r--r-- | vpp-management/api/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ <groupId>io.fd.hc2vpp.management</groupId> <artifactId>vpp-management-api</artifactId> <version>1.18.04-SNAPSHOT</version> + + <dependencies> + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </dependency> + </dependencies> </project>
\ No newline at end of file |