Ensure commons-logging is on compile classpath
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user