From cfcf6107289e34d08e3c0c53753d9654d308dc20 Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Fri, 23 Oct 2015 11:19:11 -0400 Subject: [PATCH] Remove unused Jersey dependencies from the controller The code utilizing Jersey was moved to the netconf project. This change removes some of the deprecated dependencies. Change-Id: I62b944497c976b1251412d8d047ef833e69dfb0a Signed-off-by: Ryan Goulding --- opendaylight/commons/opendaylight/pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index cb2ea5cc29..c8e029917e 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -335,28 +335,6 @@ provided - - com.sun.jersey - jersey-client - ${jersey.version} - - - - com.sun.jersey - jersey-core - ${jersey.version} - - - com.sun.jersey - jersey-server - ${jersey.version} - - - com.sun.jersey - jersey-servlet - ${jersey-servlet.version} - - com.typesafe.akka akka-actor_${scala.version} -- 2.36.6