FELIX-5896 : Avoid runtime dependency to javax.annotation package

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk/http/parent@1837291 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ba28180..70fb4b1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -79,8 +79,8 @@
     <dependencies>
     <!-- Annotations -->
         <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
+            <groupId>org.jetbrains</groupId>
+            <artifactId>annotations</artifactId>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -101,9 +101,9 @@
         <dependencies>
         <!-- Annotations -->
             <dependency>
-                <groupId>com.google.code.findbugs</groupId>
-                <artifactId>jsr305</artifactId>
-                <version>3.0.0</version>
+                <groupId>org.jetbrains</groupId>
+                <artifactId>annotations</artifactId>
+                <version>16.0.2</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>