Drop explicit jetty-servlets dependency 57/67357/2
authorStephen Kitt <skitt@redhat.com>
Fri, 19 Jan 2018 16:36:43 +0000 (17:36 +0100)
committerStephen Kitt <skitt@redhat.com>
Fri, 19 Jan 2018 16:45:16 +0000 (17:45 +0100)
odl-feat-karaf-jetty ends up pulling in jetty-servlets, so there’s no
need to depend on it explicitly here. Getting it via the odlparent
feature ensures that our runtime is consistent.

Change-Id: I6c11f0eb9cafb0db815760fed0ae6c6a976d171a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
features/odl-aaa-shiro/pom.xml

index 64b1246c33a1465f61f86ae110b51fbf1959306a..1a36c580a1776ceefe74efbd0754311ed0d30f6a 100644 (file)
             <type>xml</type>
             <classifier>aaa-datastore-config</classifier>
         </dependency>
-        <!-- add in standard jetty servlets bundle which exposes all sorts of useful filters
-             that can be added in front of RESTCONF. -->
-        <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-servlets</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>odl-karaf-feat-jetty</artifactId>