Revert "BUG-7053: bump findbugs annotations" 49/47849/1
authorRobert Varga <nite@hq.sk>
Wed, 2 Nov 2016 17:16:30 +0000 (17:16 +0000)
committerRobert Varga <nite@hq.sk>
Wed, 2 Nov 2016 17:16:30 +0000 (17:16 +0000)
This reverts commit b5739e344964ea69474f43c15e6b85d350c8171c.

Change-Id: I9931a183d1293af56b6b56fb51ce374bdbd2aec6
Signed-off-by: Robert Varga <rovarga@cisco.com>
odlparent/pom.xml

index 5ddd1facc3fe04c656570caa25a6afb408fe3097..be52ff46b3643dbe8a62f99f7a9af5a02626c634 100644 (file)
       <dependency>
         <groupId>com.google.code.findbugs</groupId>
         <artifactId>annotations</artifactId>
-        <version>3.0.1u2</version>
+        <version>3.0.0</version>
         <exclusions>
           <!-- We'd like (have) to eventually exclude :jsr305 here as well, because
                the types of this artifact are already shaded inside the :annotations artifact.