Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Exclude servlet-api dependency
  • Loading branch information
Andrew Woods committed May 7, 2014
1 parent f2057e1 commit a2b4ba4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fcrepo-jcr/pom.xml
Expand Up @@ -33,6 +33,11 @@
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</exclusion>

<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit a2b4ba4

Please sign in to comment.