Adds commons logging as a test dependency.

This commit is contained in:
Spencer Gibb
2017-07-24 16:09:44 -06:00
parent 0f8bf054a0
commit a905868732

View File

@@ -98,6 +98,11 @@
<artifactId>feign-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>