This closes #103 - removing servlet API

This commit is contained in:
Clebert Suconic 2015-02-18 10:31:07 -05:00
commit e385ab0a58
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>