Ensure commons-logging is on compile classpath

This commit is contained in:
Dave Syer
2014-09-17 16:18:20 +01:00
parent 5eaa2db1a7
commit b935027637
2 changed files with 1 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ public class HystrixConfiguration implements ImportAware {
}
if (configurers.size() > 1) {
throw new IllegalStateException(
"Only one TransactionManagementConfigurer may exist");
"Only one HystrixConfigurer may exist");
}
// TODO: create CircuitBreakerConfigurer API
// CircuitBreakerConfigurer configurer = configurers.iterator().next();

View File

@@ -31,7 +31,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>