Abhängigkeiten in juplo-cachecontrol korrigiert
authorKai Moritz <kai@coolibri.de>
Mon, 26 Dec 2011 11:18:10 +0000 (12:18 +0100)
committerKai Moritz <kai@coolibri.de>
Thu, 2 Aug 2012 07:03:25 +0000 (09:03 +0200)
cachecontrol/pom.xml

index 24f2174..9fd31eb 100644 (file)
       <artifactId>httpunit</artifactId>
       <version>${httpunit.version}</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.servlet</groupId>
+          <artifactId>servlet-api</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>${pom.parent.groupId}</groupId>