Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2012-09-07 03:46:51 +0000
committerJan Bartel2012-10-27 06:38:43 +0000
commit958d0c6949b7d3d188a6eef51318f099f0928cad (patch)
treedd8063ae6d68b17c7c6ed2ff941f49441c833390 /examples/async-rest/async-rest-webapp/pom.xml
parent605b0360e18b4b99341a207a22f8b547989af8ae (diff)
downloadorg.eclipse.jetty.project-958d0c6949b7d3d188a6eef51318f099f0928cad.tar.gz
org.eclipse.jetty.project-958d0c6949b7d3d188a6eef51318f099f0928cad.tar.xz
org.eclipse.jetty.project-958d0c6949b7d3d188a6eef51318f099f0928cad.zip
Start incorporating (EDR version) servlet 3.1 spec
Diffstat (limited to 'examples/async-rest/async-rest-webapp/pom.xml')
-rw-r--r--examples/async-rest/async-rest-webapp/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/async-rest/async-rest-webapp/pom.xml b/examples/async-rest/async-rest-webapp/pom.xml
index 4544b19ade..3f100f2944 100644
--- a/examples/async-rest/async-rest-webapp/pom.xml
+++ b/examples/async-rest/async-rest-webapp/pom.xml
@@ -25,8 +25,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.eclipse.jetty.orbit</groupId>
- <artifactId>javax.servlet</artifactId>
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

Back to the top