Specify necessary dependencies 94/70794/1
authorRyan Goulding <ryandgoulding@gmail.com>
Wed, 11 Apr 2018 16:47:49 +0000 (12:47 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Wed, 11 Apr 2018 16:47:49 +0000 (12:47 -0400)
commit4fdee6da0f3fcabc79fc3f8f8f590b4646b11197
treef7bd541ccc3f23e76000aa17533ce7f318f98c5e
parent17a17c972240c47221690d33b873ad48635e79c1
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>
features/restconf/odl-restconf-common/pom.xml