Replace FindBugs :jsr305 by full :annotation (Bug 7663)
[yangtools.git] / common / object-cache-api / pom.xml
index e471525ebd251a9cfaddb788a76443699017a5c3..ad4884304f3907b4c939af26f9f1b4d79a3c3c6d 100644 (file)
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-            <scope>provided</scope>
-        </dependency>
 
         <dependency>
             <groupId>junit</groupId>