From: Michael Vorburger Date: Mon, 23 Jan 2017 20:04:29 +0000 (+0100) Subject: Replace FindBugs :jsr305 by full :annotation (Bug 7663) X-Git-Tag: release/carbon~309 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=4bddfeee536932078fedb1a25c849205fbc70ce4 Replace FindBugs :jsr305 by full :annotation (Bug 7663) Change-Id: I76584c682c1e5d5acdbdb3b420f5a56da0aa363e Signed-off-by: Michael Vorburger --- diff --git a/opendaylight/commons/protocol-framework/pom.xml b/opendaylight/commons/protocol-framework/pom.xml index e6029f77d0..9aa63e4755 100644 --- a/opendaylight/commons/protocol-framework/pom.xml +++ b/opendaylight/commons/protocol-framework/pom.xml @@ -21,7 +21,7 @@ com.google.code.findbugs - jsr305 + annotations com.google.guava diff --git a/opendaylight/config/config-api/pom.xml b/opendaylight/config/config-api/pom.xml index bc438e6b5e..ffdd52bd2e 100644 --- a/opendaylight/config/config-api/pom.xml +++ b/opendaylight/config/config-api/pom.xml @@ -18,7 +18,7 @@ com.google.code.findbugs - jsr305 + annotations org.opendaylight.mdsal diff --git a/opendaylight/config/config-manager/pom.xml b/opendaylight/config/config-manager/pom.xml index e40a868d86..1aad7d8cad 100644 --- a/opendaylight/config/config-manager/pom.xml +++ b/opendaylight/config/config-manager/pom.xml @@ -19,7 +19,7 @@ com.google.code.findbugs - jsr305 + annotations com.google.guava diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 815b9a6e37..c1cb2d1db6 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -88,7 +88,7 @@ com.google.code.findbugs - jsr305 + annotations com.google.guava