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

Commit

Permalink
Update jetty and servlet-api versions used for http tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcox committed Jun 26, 2014
1 parent 04c6c64 commit a1a5018
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion swift-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@

<properties>
<fb.main.basedir>${project.parent.basedir}</fb.main.basedir>
<dep.jetty.version>9.0.4.v20130625</dep.jetty.version>
<dep.jetty.version>9.1.4.v20140401</dep.jetty.version>
<dep.servlet-api.version>3.1.0</dep.servlet-api.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -190,6 +191,7 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>test</scope>
<version>${dep.servlet-api.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit a1a5018

Please sign in to comment.