Exclude commons-logging from eureka-client

fixes gh-525
This commit is contained in:
Spencer Gibb
2015-11-04 16:49:49 -07:00
parent 7eb5855815
commit 2cf4a38398

View File

@@ -230,6 +230,10 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>