From 56c27daf1656fd6436f8c818c771cf803079e1ea Mon Sep 17 00:00:00 2001 From: Michael DÜrre Date: Mon, 18 Jan 2021 05:41:16 +0100 Subject: migrate sli to alu-SR1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit migrate ODL interfaces and fix code for changes in alu-SR1 Issue-ID: CCSDK-3089 Signed-off-by: Michael DÜrre Change-Id: Id48dcfc517585f2ce6b30047113cd1d173c3c9dc Signed-off-by: Michael DÜrre --- plugins/restconf-client/provider/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'plugins/restconf-client/provider/pom.xml') diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml index dbe16754f..58aa4219b 100755 --- a/plugins/restconf-client/provider/pom.xml +++ b/plugins/restconf-client/provider/pom.xml @@ -24,6 +24,13 @@ pom import + + org.glassfish.jersey + jersey-bom + 2.27 + import + pom + @@ -31,6 +38,7 @@ org.glassfish.jersey.media jersey-media-sse + javax.ws.rs javax.ws.rs-api @@ -113,6 +121,11 @@ jersey-container-grizzly2-http test + + org.glassfish.jersey.inject + jersey-hk2 + test + org.hamcrest hamcrest-library -- cgit 1.2.3-korg