FALCON-1182 Remove reference to com.google.code.findbugs:annotations. Contributed by Shaik Idris Ali
diff --git a/CHANGES.txt b/CHANGES.txt
index dfeef51..e6e4d41 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,8 @@
   INCOMPATIBLE CHANGES
 
   NEW FEATURES
+   FALCON-1182 Remove reference to com.google.code.findbugs:annotations(Shaik Idris Ali)
+
    FALCON-1091 Monitoring plugin that registers catalog partition - code
    (Suhas Vasu / PallaviRao / Shwetha GS via Suhas Vasu)
 
diff --git a/client/pom.xml b/client/pom.xml
index d7b7656..93ea6fc 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -97,8 +97,8 @@
         </dependency>
 
         <dependency>
-            <groupId>net.sourceforge.findbugs</groupId>
-            <artifactId>annotations</artifactId>
+            <groupId>com.github.stephenc.findbugs</groupId>
+            <artifactId>findbugs-annotations</artifactId>
         </dependency>
 
         <dependency>
diff --git a/common/pom.xml b/common/pom.xml
index b90e592..9b07ea5 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -143,8 +143,8 @@
         </dependency>
 
         <dependency>
-            <groupId>net.sourceforge.findbugs</groupId>
-            <artifactId>annotations</artifactId>
+            <groupId>com.github.stephenc.findbugs</groupId>
+            <artifactId>findbugs-annotations</artifactId>
         </dependency>
 
         <dependency>
diff --git a/messaging/pom.xml b/messaging/pom.xml
index 312b1c5..50cfffa 100644
--- a/messaging/pom.xml
+++ b/messaging/pom.xml
@@ -101,8 +101,8 @@
         </dependency>
 
         <dependency>
-            <groupId>net.sourceforge.findbugs</groupId>
-            <artifactId>annotations</artifactId>
+            <groupId>com.github.stephenc.findbugs</groupId>
+            <artifactId>findbugs-annotations</artifactId>
         </dependency>
 
         <dependency>
diff --git a/oozie-el-extensions/pom.xml b/oozie-el-extensions/pom.xml
index df2b66f..3f552c6 100644
--- a/oozie-el-extensions/pom.xml
+++ b/oozie-el-extensions/pom.xml
@@ -74,8 +74,8 @@
         </dependency>
 
         <dependency>
-            <groupId>net.sourceforge.findbugs</groupId>
-            <artifactId>annotations</artifactId>
+            <groupId>com.github.stephenc.findbugs</groupId>
+            <artifactId>findbugs-annotations</artifactId>
         </dependency>
 
         <dependency>
diff --git a/pom.xml b/pom.xml
index a9396b5..767a519 100644
--- a/pom.xml
+++ b/pom.xml
@@ -918,9 +918,9 @@
             </dependency>
 
             <dependency>
-                <groupId>net.sourceforge.findbugs</groupId>
-                <artifactId>annotations</artifactId>
-                <version>1.3.2</version>
+                <groupId>com.github.stephenc.findbugs</groupId>
+                <artifactId>findbugs-annotations</artifactId>
+                <version>1.3.9-1</version>
             </dependency>
 
             <dependency>