TestFall RequestSizeTest verschärft
[percentcodec] / cachecontrol / pom.xml
index 884bf25..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>org.springframework</groupId>
-      <artifactId>spring-test</artifactId>
-      <version>${springframework.version}</version>
+      <groupId>${pom.parent.groupId}</groupId>
+      <artifactId>${pom.parent.artifactId}-test</artifactId>
+      <version>${pom.parent.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>