Drop the dependency on jaxrs-api 48/35348/1
authorStephen Kitt <skitt@redhat.com>
Wed, 24 Feb 2016 16:53:43 +0000 (17:53 +0100)
committerStephen Kitt <skitt@redhat.com>
Wed, 24 Feb 2016 16:53:43 +0000 (17:53 +0100)
The dependency appears to be unnecessary, remove it (instead of
upgrading it in odlparent).

Change-Id: Ifc41090520921440bde00e6c5f848e75832e636f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
aaa-authz/aaa-authz-service/pom.xml

index 58d4402ad33b57ef330adefde0a2526e0fe8fe7c..5eb67b7dfded6cd4442412a003a316798200c327 100644 (file)
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-core-spi</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.jboss.resteasy</groupId>
-            <artifactId>jaxrs-api</artifactId>
-            <scope>provided</scope>
-        </dependency>
 
         <!-- Test dependencies -->
         <dependency>