From 299296e6ff842a1c275a67a07f2f3e09852c1959 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Mon, 3 Jul 2017 13:01:36 +0200 Subject: HONEYCOMB-360 - Separate ProviderTrait to dedicated project This change is necessary to break dep cycle, that would by introduced by splitting netconf and data-core modules. Also allows to reduce use in hc2vpp(some project incude whole minimal-distribution-core just because of this one interface) Change-Id: I7744b4dc78f6d6797263b10bbc4ead545a2f6593 Signed-off-by: Jan Srnicek --- infra/minimal-distribution-core/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (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 1763cce5e..53fea8c8c 100644 --- a/infra/minimal-distribution-core/pom.xml +++ b/infra/minimal-distribution-core/pom.xml @@ -53,6 +53,11 @@ com.google.inject.extensions guice-multibindings + + io.fd.honeycomb + binding-init + ${project.version} + org.opendaylight.yangtools -- cgit 1.2.3-korg