Browse Source

Exclude mouldy servlet API

pull/6/head
Dave Syer 11 years ago
parent
commit
5a2edc5a7d
  1. 4
      pom.xml

4
pom.xml

@ -59,6 +59,10 @@ @@ -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>

Loading…
Cancel
Save