Move o.s.c.util to o.s.c.commons.util

This commit is contained in:
Spencer Gibb
2016-03-02 11:19:47 -07:00
parent 31183317d7
commit ce6fe22315
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ package org.springframework.cloud.sleuth.zipkin;
import org.springframework.cloud.client.ServiceInstance;
import org.springframework.cloud.client.discovery.DiscoveryClient;
import org.springframework.cloud.util.InetUtils;
import org.springframework.cloud.commons.util.InetUtils;
import zipkin.Endpoint;

View File

@@ -18,7 +18,7 @@ package org.springframework.cloud.sleuth.zipkin;
import org.springframework.boot.autoconfigure.web.ServerProperties;
import org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent;
import org.springframework.cloud.util.InetUtils;
import org.springframework.cloud.commons.util.InetUtils;
import org.springframework.context.event.EventListener;
import zipkin.Endpoint;