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