Made config/mdsal/netconf features non-cyclic 11/9211/1
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)
commitfe5ef8066b0dd57df46e5b8806020ceb41716efb
treed6f41aad8a435d945690d494489326e5dafd6023
parent3223221fb635ce6b5918df4a60984a22306fc194
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>
features/config-netty/pom.xml [new file with mode: 0644]
features/config-netty/src/main/resources/features.xml [new file with mode: 0644]
features/config-persister/pom.xml [new file with mode: 0644]
features/config-persister/src/main/resources/features.xml [new file with mode: 0644]
features/config/pom.xml
features/config/src/main/resources/features.xml
features/netconf/pom.xml
features/pom.xml
features/protocol-framework/pom.xml
opendaylight/distribution/opendaylight-karaf/pom.xml