Update eureka server dependencies to use logback

This commit is contained in:
Dave Syer
2015-02-05 11:45:28 +01:00
parent fe9a38e035
commit f7d2f1d75c
2 changed files with 4 additions and 10 deletions

View File

@@ -23,12 +23,6 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter</artifactId>
<exclusions>
<exclusion>
<artifactId>spring-boot-starter-logging</artifactId>
<groupId>org.springframework.boot</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
@@ -50,9 +44,5 @@
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.blitz4j</groupId>
<artifactId>blitz4j</artifactId>
</dependency>
</dependencies>
</project>

View File

@@ -149,6 +149,10 @@
<groupId>com.squareup.dagger</groupId>
<artifactId>dagger</artifactId>
</exclusion>
<exclusion>
<groupId>com.netflix.blitz4j</groupId>
<artifactId>blitz4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>