Browse Source

add s-c-n-turbine to dependency management

pull/6/head
Spencer Gibb 11 years ago
parent
commit
8005712be2
  1. 5
      pom.xml

5
pom.xml

@ -43,6 +43,11 @@ @@ -43,6 +43,11 @@
<artifactId>spring-cloud-netflix-hystrix-dashboard</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-turbine</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.netflix.archaius</groupId>
<artifactId>archaius-core</artifactId>

Loading…
Cancel
Save