Commit b9350276 by Dave Syer

Ensure commons-logging is on compile classpath

parent 5eaa2db1
...@@ -64,7 +64,7 @@ public class HystrixConfiguration implements ImportAware { ...@@ -64,7 +64,7 @@ public class HystrixConfiguration implements ImportAware {
} }
if (configurers.size() > 1) { if (configurers.size() > 1) {
throw new IllegalStateException( throw new IllegalStateException(
"Only one TransactionManagementConfigurer may exist"); "Only one HystrixConfigurer may exist");
} }
// TODO: create CircuitBreakerConfigurer API // TODO: create CircuitBreakerConfigurer API
// CircuitBreakerConfigurer configurer = configurers.iterator().next(); // CircuitBreakerConfigurer configurer = configurers.iterator().next();
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j</artifactId> <artifactId>spring-boot-starter-log4j</artifactId>
<scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment