Remove unnecessary javax.servlet dependency

This commit is contained in:
Rossen Stoyanchev
2011-07-19 14:04:15 +00:00
parent e787887f46
commit cc7c64a371
3 changed files with 0 additions and 8 deletions

View File

@@ -44,12 +44,6 @@
<artifactId>aspectjweaver</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>