Remove servlet api dep from rest module

This is not required.  Builds fine and tests pass without this dep.
This commit is contained in:
Martyn Taylor 2015-02-18 13:09:42 +00:00
parent afcdfa7a57
commit 476b23d786
1 changed files with 0 additions and 5 deletions

View File

@ -97,11 +97,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
</dependency>
</dependencies>
<build>