From: Michael Vorburger Date: Thu, 5 Apr 2018 05:01:52 +0000 (+0200) Subject: remove Jetty dependency from northbound-api X-Git-Tag: release/fluorine~49^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=7dad96953e826a25f2d313e7f00afd542c7f0fb0;p=neutron.git 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 --- 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,