Made config/mdsal/netconf features non-cyclic
authorEd Warnicke <eaw@cisco.com>
Tue, 22 Jul 2014 01:14:13 +0000 (20:14 -0500)
committerEd Warnicke <eaw@cisco.com>
Tue, 22 Jul 2014 01:14:13 +0000 (20:14 -0500)
commit56c25f2b6edd0aa7506baad239948e475cf3feef
tree3adda2e4e27e558a24069c1668d163bb4bff79a3
parentb95df49cb82105fdf2547e22d1443ca927d9de0d
Made config/mdsal/netconf features non-cyclic

We previously had some cross dependency between config-features and
netconf-features.  This is highly undesirable because it
precludes folks being able to simply have a maven dependency for the
one feature they want and requires enumerating *all* the feature
files.

This fixes that by pulling out

features/config-netty
features/config-persister
from
features/config

So the dependency graph is now non-cyclic:

config-netty -> config-persister
config-persister -> (netconf,config)
netconf -> (config,protocol-framework)

Change-Id: Ie662df40bd6985e2ecd4280596ddafc947e5edd0
Signed-off-by: Ed Warnicke <eaw@cisco.com>
pom.xml