moved hystrix dashboard to io.spring.platform.netflix
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -113,6 +113,17 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.netflix.turbine</groupId>
|
||||
<artifactId>turbine-core</artifactId>
|
||||
<version>${turbine.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>log4j</artifactId>
|
||||
<groupId>log4j</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.netflix.zuul</groupId>
|
||||
<artifactId>zuul-core</artifactId>
|
||||
@@ -134,6 +145,7 @@
|
||||
<feign.version>6.1.2</feign.version>
|
||||
<hystrix.version>1.4.0-RC4</hystrix.version>
|
||||
<ribbon.version>0.3.12</ribbon.version>
|
||||
<turbine.version>0.4</turbine.version>
|
||||
<zuul.version>1.0.24</zuul.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package hystrix;
|
||||
package io.spring.platform.netflix.hystrix;
|
||||
|
||||
import hystrix.stream.MockStreamServlet;
|
||||
import hystrix.stream.ProxyStreamServlet;
|
||||
import io.spring.platform.netflix.hystrix.stream.MockStreamServlet;
|
||||
import io.spring.platform.netflix.hystrix.stream.ProxyStreamServlet;
|
||||
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
|
||||
import org.springframework.boot.builder.SpringApplicationBuilder;
|
||||
import org.springframework.boot.context.embedded.ServletRegistrationBean;
|
||||
@@ -1,4 +1,4 @@
|
||||
package hystrix.stream;
|
||||
package io.spring.platform.netflix.hystrix.stream;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
@@ -1,4 +1,4 @@
|
||||
package hystrix.stream;
|
||||
package io.spring.platform.netflix.hystrix.stream;
|
||||
|
||||
import org.apache.http.Header;
|
||||
import org.apache.http.HttpResponse;
|
||||
Reference in New Issue
Block a user