From c83462046a487138f9ac32fedc16213a2cfb5ac8 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 24 Jan 2017 10:05:20 +0100 Subject: [PATCH] Drop explicit dependency on Findbugs annotations odlparent provides jsr305, and will eventually provide annotations instead; so the dependencies no longer need to be explicitly added to downstream projects. Bug: 7663 Change-Id: If8fa8b231f9cb3d4a5e4fbdbd1b58e720756f5c0 Signed-off-by: Stephen Kitt --- opendaylight/commons/protocol-framework/pom.xml | 4 ---- opendaylight/config/config-api/pom.xml | 4 ---- opendaylight/config/config-manager/pom.xml | 4 ---- opendaylight/md-sal/sal-clustering-commons/pom.xml | 4 ---- 4 files changed, 16 deletions(-) diff --git a/opendaylight/commons/protocol-framework/pom.xml b/opendaylight/commons/protocol-framework/pom.xml index 9aa63e4755..c50ee654b2 100644 --- a/opendaylight/commons/protocol-framework/pom.xml +++ b/opendaylight/commons/protocol-framework/pom.xml @@ -19,10 +19,6 @@ Common protocol framework - - com.google.code.findbugs - annotations - com.google.guava guava diff --git a/opendaylight/config/config-api/pom.xml b/opendaylight/config/config-api/pom.xml index ffdd52bd2e..67b5a0ea00 100644 --- a/opendaylight/config/config-api/pom.xml +++ b/opendaylight/config/config-api/pom.xml @@ -16,10 +16,6 @@ ${project.artifactId} - - com.google.code.findbugs - annotations - org.opendaylight.mdsal yang-binding diff --git a/opendaylight/config/config-manager/pom.xml b/opendaylight/config/config-manager/pom.xml index 1aad7d8cad..97b034b637 100644 --- a/opendaylight/config/config-manager/pom.xml +++ b/opendaylight/config/config-manager/pom.xml @@ -17,10 +17,6 @@ ${project.groupId} config-api - - com.google.code.findbugs - annotations - com.google.guava guava diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 1d866a12fc..899b8b875b 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -86,10 +86,6 @@ - - com.google.code.findbugs - annotations - com.google.guava guava -- 2.36.6