Updated git submodules
authorMichael Vorburger <vorburger@redhat.com>
Fri, 21 Oct 2016 17:47:18 +0000 (19:47 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 24 Oct 2016 07:36:21 +0000 (07:36 +0000)
commite53b2201bdbb7e1b9fe860e1b7501f45c89d4060
treee60ab8b88b0d9a624286ea3f4fbc04859ddbb10b
parent6e53fe32e73d25b408207bb39ad9d2195641d3dc
Updated git submodules

Project: odlparent master 1cfd0de4e63bb800ffaef027f22fc2cc92361ed0

Intro. FindBugs' full :annotation (in addition to existing :jsr305)

Having both of these is a required intermediate step, in order to switch
completely over to :annotation instead of :jsr305, which would be
preferable, because these two JARs define the same annotations and
overlap, which is never great.

This change will allow all downstream projects to gradually 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).

When all downstream projects have switched over, then we'll replace what
this change added by the cleaner "real" solution prepared in
https://git.opendaylight.org/gerrit/#/c/47337/

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

Change-Id: Ib026cd0338b263bb9663f2d1fa2a6cb167d6f136
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
docs/submodules/odlparent