From 7dad96953e826a25f2d313e7f00afd542c7f0fb0 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 5 Apr 2018 07:01:52 +0200 Subject: [PATCH] remove Jetty dependency from northbound-api This was original required because of the use of the org.eclipse.jetty.servlets.CrossOriginFilter.CrossOriginFilter in the web.xml (now WebInitializer), but with the WebContextSecurer this is now hidden inside the ShiroWebContextSecurer impl in AAA instead. Change-Id: Ie5d537fefcb572dc23fc0683e5f9103240497488 Signed-off-by: Michael Vorburger --- northbound-api/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/northbound-api/pom.xml b/northbound-api/pom.xml index 3931ba897..e0e70dde3 100644 --- a/northbound-api/pom.xml +++ b/northbound-api/pom.xml @@ -54,10 +54,6 @@ neutron-spi ${project.version} - - org.eclipse.jetty - jetty-servlets - org.osgi org.osgi.core @@ -87,7 +83,6 @@ com.sun.jersey.spi.container.servlet, - org.eclipse.jetty.servlets, !org.codehaus.enunciate.jaxrs, com.sun.xml.bind;resolution:=optional, -- 2.36.6