remove Jetty dependency from northbound-api 54/70354/2
authorMichael Vorburger <vorburger@redhat.com>
Thu, 5 Apr 2018 05:01:52 +0000 (07:01 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Tue, 10 Apr 2018 17:10:18 +0000 (17:10 +0000)
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 <vorburger@redhat.com>
northbound-api/pom.xml

index 3931ba8975a318d2afef85e317d1cb12274f5d95..e0e70dde3687807317a7a6f10a53c7f6d3e88e40 100644 (file)
       <artifactId>neutron-spi</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.eclipse.jetty</groupId>
-      <artifactId>jetty-servlets</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
@@ -87,7 +83,6 @@
           <instructions>
             <Import-Package>
               com.sun.jersey.spi.container.servlet,
-              org.eclipse.jetty.servlets,
               !org.codehaus.enunciate.jaxrs,
 
               com.sun.xml.bind;resolution:=optional,