Bug 4773 Package uses conflict between authn and restconf 94/31294/2
authorRyan Goulding <ryandgoulding@gmail.com>
Mon, 14 Dec 2015 17:39:46 +0000 (12:39 -0500)
committerRyan Goulding <ryandgoulding@gmail.com>
Mon, 14 Dec 2015 18:03:05 +0000 (18:03 +0000)
Add in the javax.annotation dependencies, and make the bundles private
so there is no package uses conflict.

Change-Id: Ic6b3cc7906179ae63524035eff4e8d9faa33c61b
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
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>
               *,