Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Add javax.servlet-api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed May 7, 2014
1 parent d7c3197 commit 5c6ced8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fcrepo-jms-indexer-webapp/pom.xml
Expand Up @@ -85,6 +85,11 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 5c6ced8

Please sign in to comment.