Exclude mouldy servlet API

This commit is contained in:
Dave Syer
2014-07-15 16:43:37 +01:00
parent f966b4525c
commit 5a2edc5a7d

View File

@@ -59,6 +59,10 @@
<artifactId>eureka-core</artifactId>
<version>${eureka.version}</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>