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 --- .../io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java') diff --git a/infra/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java b/infra/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java index 92d9ce951..318436302 100644 --- a/infra/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java +++ b/infra/minimal-distribution-core/src/main/java/io/fd/honeycomb/infra/distro/data/RpcRegistryBuilderProvider.java @@ -17,7 +17,7 @@ package io.fd.honeycomb.infra.distro.data; import com.google.inject.Inject; -import io.fd.honeycomb.infra.distro.ProviderTrait; +import io.fd.honeycomb.binding.init.ProviderTrait; import io.fd.honeycomb.rpc.RpcRegistryBuilder; import io.fd.honeycomb.rpc.RpcService; import java.util.HashSet; -- cgit 1.2.3-korg