From d1943ed97eaca5a294c953e7cc5648395526db86 Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Mon, 14 Dec 2015 12:39:46 -0500 Subject: [PATCH] Bug 4773 Package uses conflict between authn and restconf 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 --- opendaylight/restconf/sal-rest-connector/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/opendaylight/restconf/sal-rest-connector/pom.xml b/opendaylight/restconf/sal-rest-connector/pom.xml index 31dc585104..d826a25735 100644 --- a/opendaylight/restconf/sal-rest-connector/pom.xml +++ b/opendaylight/restconf/sal-rest-connector/pom.xml @@ -115,6 +115,15 @@ com.sun.jersey jersey-server + + com.google.code.findbugs + jsr305 + + + javax.annotation + javax.annotation-api + 1.2 + @@ -158,6 +167,7 @@ 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 *, -- 2.36.6