diff --git a/pom.xml b/pom.xml index c923e4747..fcdc782aa 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 @@ -275,8 +275,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 9334d9879..481115816 100644 --- a/protege-editor-owl/pom.xml +++ b/protege-editor-owl/pom.xml @@ -171,7 +171,7 @@ org.hamcrest - hamcrest-all + hamcrest test diff --git a/protege-launcher/pom.xml b/protege-launcher/pom.xml index 5045a6e0d..3b02f2a35 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 @@ -95,7 +95,7 @@ org.hamcrest - hamcrest-all + hamcrest test