From 556a0f59abc9b09005d40945bc20948d69e4f98e Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Tue, 25 Sep 2018 11:15:35 +0200 Subject: Bump ODL dependencies to Fluorine (HONEYCOMB-433) Change-Id: I142ebd2899272feff00abe7d4bae708f093ee3ec Signed-off-by: Michal Cmarada --- infra/northbound/restconf/pom.xml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'infra/northbound/restconf/pom.xml') diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml index 7e873bc31..ee07c33ab 100644 --- a/infra/northbound/restconf/pom.xml +++ b/infra/northbound/restconf/pom.xml @@ -32,9 +32,10 @@ ${project.artifactId} - 1.19.1 + 1.19.4 + 2.25.1 3.1.0 - 9.3.11.v20160721 + 9.3.21.v20170918 ${project.basedir}/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml @@ -96,19 +97,14 @@ ${jetty.version} - com.sun.jersey + org.glassfish.jersey.core jersey-server - ${jersey.version} + ${glassfish-jersey.version} - com.sun.jersey - jersey-core - ${jersey.version} - - - com.sun.jersey - jersey-servlet - ${jersey.version} + org.glassfish.jersey.containers + jersey-container-servlet-core + ${glassfish-jersey.version} -- cgit 1.2.3-korg