diff --git a/hadoop-tools/hadoop-openstack/dev-support/findbugs-exclude.xml b/hadoop-tools/hadoop-openstack/dev-support/findbugs-exclude.xml
new file mode 100644
index 00000000000..cfb75c73081
--- /dev/null
+++ b/hadoop-tools/hadoop-openstack/dev-support/findbugs-exclude.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/hadoop-tools/hadoop-openstack/pom.xml b/hadoop-tools/hadoop-openstack/pom.xml
index c49184f1d32..c3bedc18095 100644
--- a/hadoop-tools/hadoop-openstack/pom.xml
+++ b/hadoop-tools/hadoop-openstack/pom.xml
@@ -66,7 +66,17 @@
-
+
+ org.codehaus.mojo
+ findbugs-maven-plugin
+
+ true
+ true
+ ${basedir}/dev-support/findbugs-exclude.xml
+
+ Max
+
+
org.apache.maven.plugins
maven-site-plugin
@@ -131,14 +141,6 @@
compile
-
-
- org.mockito
- mockito-all
- 1.8.5
- test
-
-
junit
junit