Update git submodules
authorJakub Morvay <jakub.morvay@gmail.com>
Thu, 12 Apr 2018 07:13:10 +0000 (07:13 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 12 Apr 2018 07:13:10 +0000 (07:13 +0000)
commit111fd1b8a84c9253c1c6062bbb02e739ddecd282
tree7ff82273087fa60232d0064878d151c4ca36e13a
parent1b1b71fd012af28a19401a46a6e5497769e4e2f0
Update git submodules

* Update docs/submodules/netconf from branch 'master'
  to 5a32bcd2c7752cb3a90a721e17079af9c6d049ad
  - Merge "Specify necessary dependencies"
  - Specify necessary dependencies

    odl-restconf-common relies on AAA bringing in Jersey 1.X dependencies.
    Relying on transitive dependencies is not good practice, since it
    binds the upstream to providing them continuously.  AAA is undergoing
    cleanup related to Jersey implementation, part of which is an experiment
    to switch on Jersey 2.  In order to do this, we remove the Jersey 1
    "com.sun.jersey" dependencies.  This causes RESTCONF to have missing
    runtime dependencies.  This patch fixes this issue properly.

    Change-Id: Idb32f44573684770b9a57675dfadf010d8a16c9e
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
docs/submodules/netconf