From 4bddfeee536932078fedb1a25c849205fbc70ce4 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Mon, 23 Jan 2017 21:04:29 +0100 Subject: [PATCH] Replace FindBugs :jsr305 by full :annotation (Bug 7663) Change-Id: I76584c682c1e5d5acdbdb3b420f5a56da0aa363e Signed-off-by: Michael Vorburger --- opendaylight/commons/protocol-framework/pom.xml | 2 +- opendaylight/config/config-api/pom.xml | 2 +- opendaylight/config/config-manager/pom.xml | 2 +- opendaylight/md-sal/sal-clustering-commons/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.36.6