Replace FindBugs :jsr305 by full :annotation (Bug 7663) 93/50893/3
authorMichael Vorburger <vorburger@redhat.com>
Mon, 23 Jan 2017 19:49:37 +0000 (20:49 +0100)
committerStephen Kitt <skitt@redhat.com>
Wed, 25 Jan 2017 13:57:23 +0000 (13:57 +0000)
Change-Id: I743b4b4f2c49837cda5c37c0f4ccd9444b67a65d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
utils/yang-utils/pom.xml

index ef3d810a76ffaa4a91484c34fa49233e345680ee..fae339d9abf8af65228fcd8def3d7fd5acb248e4 100644 (file)
@@ -32,10 +32,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.google.code.findbugs</groupId>
-      <artifactId>jsr305</artifactId>
-    </dependency>
   </dependencies>
 
   <build>