Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2014-03-27 06:08:57 +0000
committerJan Bartel2014-03-27 06:08:57 +0000
commitb198234d5b94972a0549528944b2a816dfcb1b7b (patch)
tree0eb4d930dcf56dba51503c47fa4d26c09b92be3a /jetty-annotations/pom.xml
parent2f6f21017499f9e6a2dfa1bda584ff440fee858d (diff)
downloadorg.eclipse.jetty.project-b198234d5b94972a0549528944b2a816dfcb1b7b.tar.gz
org.eclipse.jetty.project-b198234d5b94972a0549528944b2a816dfcb1b7b.tar.xz
org.eclipse.jetty.project-b198234d5b94972a0549528944b2a816dfcb1b7b.zip
Ensure that jetty-annotations manifest uses 4.1 or above for asm, and that the jetty osgi spdy tests use only 4.1.
Diffstat (limited to 'jetty-annotations/pom.xml')
-rw-r--r--jetty-annotations/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 23621354f3..26a1992557 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -43,7 +43,7 @@
</goals>
<configuration>
<instructions>
- <Import-Package>javax.servlet.*;version="[2.6.0,3.2)",*</Import-Package>
+ <Import-Package>javax.servlet.*;version="[2.6.0,3.2)",org.objectweb.asm.*;version=4.1,*</Import-Package>
<Require-Capability>osgi.serviceloader; filter:="(osgi.serviceloader=javax.servlet.ServletContainerInitializer)";cardinality:=multiple, osgi.extender; filter:="(osgi.extender=osgi.serviceloader.processor)"</Require-Capability>
</instructions>
</configuration>

Back to the top