Update git submodules
authorTaka Cho <takamune.cho@att.com>
Mon, 14 Oct 2019 15:34:57 +0000 (11:34 -0400)
committerGerrit Code Review <gerrit@onap.org>
Mon, 14 Oct 2019 15:34:57 +0000 (15:34 +0000)
commitae3f2da1206a6d22606b4b9d962b37d9b456f69e
treeae244dbb8d06bff41d68daa584a5a678d242b34e
parentebec5a8dda2a8d2736bbd7770a706a3928192669
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 54b8c6d11a5bb8111b6d991258b77c4a41a500cb
  - replace deprecated JsonSerialize.Inclusion

    @JsonSerialize(include = JsonSerialize.Inclusion.NON_NULL)
    was deprecated

    use @JsonInclude(Include.NON_NULL) instead
    to suppress when property is NULL

    Issue-ID: APPC-1764
    Change-Id: I1bbe10a156166bc37a167122ff68d1dc183fcd2f
Signed-off-by: Taka Cho <takamune.cho@att.com>
docs/submodules/appc.git