From 7d22608d89d8ff8c32e72d15039f1f27b7d659a8 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Tue, 11 Jul 2017 17:56:04 +0200 Subject: HONEYCOMB-360 - Netconf Northbound Intefaces provider separation - Netconf configuration included under netconf.json Change-Id: If2a51d689e9bfc950da73f15a438277839140f8a Signed-off-by: Jan Srnicek --- infra/minimal-distribution-core/pom.xml | 62 +++++++++++++-------------------- 1 file changed, 24 insertions(+), 38 deletions(-) (limited to 'infra/minimal-distribution-core/pom.xml') diff --git a/infra/minimal-distribution-core/pom.xml b/infra/minimal-distribution-core/pom.xml index 646d93ff3..4e74dc481 100644 --- a/infra/minimal-distribution-core/pom.xml +++ b/infra/minimal-distribution-core/pom.xml @@ -64,37 +64,8 @@ org.opendaylight.controller sal-core-api - - - org.opendaylight.netconf - netconf-impl - - - org.opendaylight.netconf - netconf-ssh - - - org.opendaylight.netconf - mdsal-netconf-notification - - - org.opendaylight.netconf - mdsal-netconf-monitoring - - - org.opendaylight.netconf - mdsal-netconf-connector - - - org.opendaylight.netconf - ietf-netconf-monitoring - - - org.opendaylight.netconf - ietf-netconf-monitoring-extension - - + org.osgi @@ -108,26 +79,41 @@ common ${project.version} + + io.fd.honeycomb.northbound + restconf + ${project.version} + - ${project.groupId} - data-impl + io.fd.honeycomb + cfg-init ${project.version} - ${project.groupId} - honeycomb-impl + io.fd.honeycomb + notification-api ${project.version} - ${project.groupId} - notification-impl + io.fd.honeycomb + rpc-impl ${project.version} - ${project.groupId} - rpc-impl + io.fd.honeycomb + data-impl + ${project.version} + + + io.fd.honeycomb + honeycomb-impl + ${project.version} + + + io.fd.honeycomb + notification-impl ${project.version} -- cgit 1.2.3-korg