Skip to content

Commit

Permalink
Exclude javax.servlet artifact from fcrepo4.war
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Feb 4, 2014
1 parent 0aa3b52 commit 089ee56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fcrepo-webapp/pom.xml
Expand Up @@ -96,6 +96,12 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>${jetty.version}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>javax.servlet</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down

0 comments on commit 089ee56

Please sign in to comment.