Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request hector-client#254 from killerwhile/master
Browse files Browse the repository at this point in the history
Set jetty's bundle of servlet-api jar as provided in order to not inherit when building a war file
  • Loading branch information
Nate McCall committed Aug 8, 2011
2 parents 5b286b2 + dcb1420 commit 01a80c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -143,6 +143,12 @@
<version>1.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5-20081211</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 01a80c0

Please sign in to comment.