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/northbound/netconf/pom.xml | 113 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 infra/northbound/netconf/pom.xml (limited to 'infra/northbound/netconf/pom.xml') diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml new file mode 100644 index 000000000..562073b03 --- /dev/null +++ b/infra/northbound/netconf/pom.xml @@ -0,0 +1,113 @@ + + + + + + impl-parent + io.fd.honeycomb.common + 1.17.10-SNAPSHOT + ../../../common/impl-parent + + 4.0.0 + + io.fd.honeycomb.northbound + netconf + 1.17.10-SNAPSHOT + + + + + com.google.inject + guice + + + net.jmob + guice.conf + + + com.google.inject.extensions + guice-multibindings + + + io.fd.honeycomb + binding-init + ${project.version} + + + + io.fd.honeycomb + minimal-distribution-core + ${project.version} + + + + + io.fd.honeycomb.northbound + common + ${project.version} + + + + + 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 + + + + io.fd.honeycomb + data-impl + ${project.version} + + + io.fd.honeycomb + honeycomb-impl + ${project.version} + + + io.fd.honeycomb + notification-impl + ${project.version} + + + + \ No newline at end of file -- cgit 1.2.3-korg