diff --git a/config/findbugs-exclude.xml b/config/spotbugs-exclude.xml
similarity index 100%
rename from config/findbugs-exclude.xml
rename to config/spotbugs-exclude.xml
diff --git a/graylog-project-parent/pom.xml b/graylog-project-parent/pom.xml
index 07d03f7f0d..2672b950c4 100644
--- a/graylog-project-parent/pom.xml
+++ b/graylog-project-parent/pom.xml
@@ -391,9 +391,16 @@
- com.google.code.findbugs
- jsr305
- ${jsr305.version}
+ net.jcip
+ jcip-annotations
+ ${jcip-annotations.version}
+ provided
+
+
+ com.github.spotbugs
+ spotbugs-annotations
+ ${spotbugs-annotations.version}
+ provided
@@ -720,10 +727,10 @@
- org.codehaus.mojo
- findbugs-maven-plugin
+ com.github.spotbugs
+ spotbugs-maven-plugin
- config/findbugs-exclude.xml
+ config/spotbugs-exclude.xml
Max
Default
false
@@ -737,7 +744,7 @@
com.mebigfatguy.fb-contrib
fb-contrib
- 7.0.5
+ 7.0.5.sb
diff --git a/graylog2-server/pom.xml b/graylog2-server/pom.xml
index dd0cdd8b63..54f0f09bb4 100644
--- a/graylog2-server/pom.xml
+++ b/graylog2-server/pom.xml
@@ -477,8 +477,12 @@
- com.google.code.findbugs
- jsr305
+ net.jcip
+ jcip-annotations
+
+
+ com.github.spotbugs
+ spotbugs-annotations
com.google.auto.value
diff --git a/graylog2-web-interface/travis/graylog2-server.sh b/graylog2-web-interface/travis/graylog2-server.sh
index 0999151d69..b7cfe7457c 100755
--- a/graylog2-web-interface/travis/graylog2-server.sh
+++ b/graylog2-web-interface/travis/graylog2-server.sh
@@ -10,7 +10,7 @@ sh install-syslog4j-jar.sh
echo 'Building graylog2-server...'
mvn --batch-mode --fail-fast --quiet -DskipTests=true \
- -Dmaven.javadoc.skip=true -Dmaven.findbugs.skip=true -Dsource.skip=true \
+ -Dmaven.javadoc.skip=true -Dspotbugs.skip=true -Dsource.skip=true \
clean install
echo 'Starting graylog2-server...'
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index b6e4ddd1dd..29c3b94898 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -121,8 +121,12 @@
- com.google.code.findbugs
- jsr305
+ net.jcip
+ jcip-annotations
+
+
+ com.github.spotbugs
+ spotbugs-annotations
com.google.auto.value
diff --git a/pom.xml b/pom.xml
index 278bcbee88..756427f6c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,12 +111,12 @@
1
2.0.1
0.4
+ 1.0
2.25.1
4.0.0
4.1.0
2.9.9
2.4.0
- 3.0.2
0.9.0.1
2.9.1
3.2.5
@@ -134,6 +134,7 @@
1.4.0
1.6.4
1.7.25
+ 3.1.0
1.5.13
0.9.60
3.2
@@ -270,9 +271,9 @@
2.5
- org.codehaus.mojo
- findbugs-maven-plugin
- 3.0.5
+ com.github.spotbugs
+ spotbugs-maven-plugin
+ 3.1.0-RC8
org.codehaus.mojo