From 81635140b2cbf4e42a5d35c04b8f5e376334c9d4 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Wed, 21 Oct 2020 11:17:22 +0200 Subject: [PATCH] remove some findbugs jsr305 useless dependencies spotbugs-annotations dependency is now in odlparent pom and provides already some of the needed material brought by this dependency before. TODO: migrate remaining jsr305 dependencies to a more recent solution https://groups.google.com/g/jenkinsci-dev/c/uE1wwtVi1W0 Signed-off-by: guillaume.lambert Change-Id: I6911be93f672b25ac07c85d7dfb25dd6695c8290 --- common/pom.xml | 7 ------- tapi/pom.xml | 6 ------ 2 files changed, 13 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index ec7b105ea..8ff43036c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -66,13 +66,6 @@ org.opendaylight.mdsal mdsal-dom-inmemory-datastore - - - com.google.code.findbugs - jsr305 - 3.0.2 - true - org.opendaylight.transportpce test-common diff --git a/tapi/pom.xml b/tapi/pom.xml index 3aeebc07e..8f3c29b07 100644 --- a/tapi/pom.xml +++ b/tapi/pom.xml @@ -107,12 +107,6 @@ Author: Martial Coulibaly on behalf of Orange mockito-core test - - com.google.code.findbugs - jsr305 - 3.0.2 - test - -- 2.36.6