Bug 4773 Package uses conflict between authn and restconf
[netconf.git] / opendaylight / restconf / sal-rest-connector / pom.xml
index 31dc585104aa7bab90483220e91c2f3d6bc7b16d..d826a2573570fc594235c9e10d190057f8cf15c4 100644 (file)
       <groupId>com.sun.jersey</groupId>
       <artifactId>jersey-server</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>javax.annotation-api</artifactId>
+      <version>1.2</version>
+    </dependency>
 
     <!-- Testing Dependencies -->
     <dependency>
               org.opendaylight.netconf.sal.restconf.impl,
               org.opendaylight.netconf.md.sal.rest.common.*,
               org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.rest.connector.rev140724.*,
+              javax.annotation
             </Private-Package>
             <Import-Package>
               *,