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 /jetty-util-ajax/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 'jetty-util-ajax/pom.xml')
-rw-r--r--jetty-util-ajax/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-util-ajax/pom.xml b/jetty-util-ajax/pom.xml
index c08c077e2c..48264bb072 100644
--- a/jetty-util-ajax/pom.xml
+++ b/jetty-util-ajax/pom.xml
@@ -77,8 +77,8 @@
<version>${project.version}</version>
</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>
<dependency>

Back to the top