From 5d3dedc3ed729e97e65212c169c6eff9726d3830 Mon Sep 17 00:00:00 2001 From: mos Date: Mon, 24 Jun 2024 11:05:54 +0200 Subject: [PATCH] migrate library Findbug are dead https://stackoverflow.com/questions/2289694/what-is-the-status-of-jsr-305 move from findbugs to spotbugs. ---------------------------------------------------- move from hamcrest-all to hamcrest . --- pom.xml | 10 +++++----- protege-editor-core/pom.xml | 2 +- protege-editor-owl/pom.xml | 2 +- protege-launcher/pom.xml | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 839bed049..804490ad1 100644 --- a/pom.xml +++ b/pom.xml @@ -178,9 +178,9 @@ - com.google.code.findbugs - jsr305 - 3.0.2 + com.github.spotbugs + spotbugs-annotations + 4.8.6 @@ -281,8 +281,8 @@ org.hamcrest - hamcrest-all - 1.3 + hamcrest + 2.2 test diff --git a/protege-editor-core/pom.xml b/protege-editor-core/pom.xml index e2034aea5..417096392 100644 --- a/protege-editor-core/pom.xml +++ b/protege-editor-core/pom.xml @@ -77,7 +77,7 @@ org.hamcrest - hamcrest-all + hamcrest test diff --git a/protege-editor-owl/pom.xml b/protege-editor-owl/pom.xml index 6a94f125e..df5364bda 100644 --- a/protege-editor-owl/pom.xml +++ b/protege-editor-owl/pom.xml @@ -176,7 +176,7 @@ org.hamcrest - hamcrest-all + hamcrest test diff --git a/protege-launcher/pom.xml b/protege-launcher/pom.xml index c1161eb03..7dd236334 100644 --- a/protege-launcher/pom.xml +++ b/protege-launcher/pom.xml @@ -57,10 +57,10 @@ guava - - com.google.code.findbugs - jsr305 - + + com.github.spotbugs + spotbugs-annotations + org.eclipse.equinox @@ -100,7 +100,7 @@ org.hamcrest - hamcrest-all + hamcrest test