diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-05-20 09:51:30 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-05-24 08:36:45 +0000 |
commit | 73b9a20da65a98f23a14f9d14536baf7c85f0ac0 (patch) | |
tree | 2cb2471064751485f976844a2f479f701c3f28a8 /v3po/features/src | |
parent | 5d8564699f2d304349ade4982f83147cb08b76a7 (diff) |
HONEYCOMB-61: Extend VPP initializers to initialize everything readers provide
Change-Id: Ic7c82f4abfb3bd1bb5065fdfc9c080ed3ba6c94c
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/features/src')
-rw-r--r-- | v3po/features/src/main/features/features.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v3po/features/src/main/features/features.xml b/v3po/features/src/main/features/features.xml index 1e5f28f8c..98fc17aff 100644 --- a/v3po/features/src/main/features/features.xml +++ b/v3po/features/src/main/features/features.xml @@ -32,6 +32,7 @@ <feature name='odl-v3po' version='${project.version}' description='OpenDaylight :: v3po'> <feature version='${mdsal.version}'>odl-mdsal-broker</feature> <feature version='${project.version}'>odl-v3po-api</feature> + <!-- FIXME remove netconf-connector-ssh from features, only netconf northbound is needed --> <feature version='${netconf.version}'>odl-netconf-connector-ssh</feature> <feature version='${mdsal.version}'>odl-netconf-mdsal</feature> <bundle>mvn:io.fd.honeycomb.v3po/v3po-impl/${project.version}</bundle> |