Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-07-12 03:20:26 +0000
committerJan Bartel2013-07-12 03:53:58 +0000
commitbd2add0ae952706737652f1b45b6746a5280c1bb (patch)
treeb16fbb84d89ba448bebe4235d612d0199dc85a50 /jetty-http/pom.xml
parent3add75f135efec865481f9750f1a33160dc2780d (diff)
downloadorg.eclipse.jetty.project-bd2add0ae952706737652f1b45b6746a5280c1bb.tar.gz
org.eclipse.jetty.project-bd2add0ae952706737652f1b45b6746a5280c1bb.tar.xz
org.eclipse.jetty.project-bd2add0ae952706737652f1b45b6746a5280c1bb.zip
Update to post-release (servlet 3.1/javaee) versions of javaee dependencies. WARNING: jetty-schemas from jetty-toolchain needs to be changed from SNAPSHOT to final release.
Diffstat (limited to 'jetty-http/pom.xml')
-rw-r--r--jetty-http/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-http/pom.xml b/jetty-http/pom.xml
index 930304c271..3da7358126 100644
--- a/jetty-http/pom.xml
+++ b/jetty-http/pom.xml
@@ -37,7 +37,7 @@
</goals>
<configuration>
<instructions>
- <Import-Package>javax.servlet.*;version="2.6.0",javax.net.*,*</Import-Package>
+ <Import-Package>javax.servlet.*;version="[2.6.0,3.2)",javax.net.*,*</Import-Package>
</instructions>
</configuration>
</execution>

Back to the top