From d58b39ad09e4a04c6a5d9f256e8fa4d853f26f97 Mon Sep 17 00:00:00 2001 From: Guillaume Lambert Date: Wed, 30 Jun 2021 10:33:13 +0200 Subject: [PATCH] Remove odl-netconf-connector-all dep from feats odl-netconf-connector-all dependency in features introduces the other feature odl-netconf-callhome-ssh that comes with the bundle callhome-provider. This bundle is not needed by TransportPCE and consumes a listening port. Though, odl-netconf-callhome-ssh also brings a third feature called odl-netconf-topology, which is needed by the OpenDaylight netconf driver to work properly with Karaf. As a consequence, the dependency odl-netconf-connector-all can advantageously be replaced by the two dependencies odl-netconf-connector and odl-netconf-topology. JIRA: TRNSPRTPCE-482 Signed-off-by: Guillaume Lambert Change-Id: I90b96f8f92bd6936aa028df4edf5a9171b2f7e6f --- features/odl-transportpce/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index a17077d95..deafc5509 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -104,7 +104,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netconf - odl-netconf-connector-all + odl-netconf-connector + features + xml + + + org.opendaylight.netconf + odl-netconf-topology features xml -- 2.36.6