FindBugs' full :annotation instead of :jsr305 artifact sub-set 37/47337/7
authorMichael Vorburger <vorburger@redhat.com>
Fri, 21 Oct 2016 12:19:53 +0000 (14:19 +0200)
committerStephen Kitt <skitt@redhat.com>
Tue, 7 Feb 2017 17:24:24 +0000 (17:24 +0000)
commit4647724a79fbf7db440716f93f1067d17ecd8dda
tree5498aaad49e0cca34ad6625853fc9288d0490da7
parentb0b3f387a91c67690cd72def1f1da1ac3f3f7e30
FindBugs' full :annotation instead of :jsr305 artifact sub-set

This will require that all downstream projects first switch their
<dependency><groupId>com.google.code.findbugs from <artifactId>jsr305 to
<artifactId>annotations in all pom.xml.  They will NOT have to adapt any
code, because the actual Java types are exactly the same (just from a
different Maven artefact).

see also discussion in https://git.opendaylight.org/gerrit/#/c/46914/

Change-Id: Idedc9203f99dd012f10945f2f8f69c88e5f541a2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
odlparent/pom.xml