Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-annotations/pom.xml')
-rw-r--r--jetty-annotations/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index cc97fec550..79b3e17151 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -19,10 +19,16 @@
<extensions>true</extensions>
<executions>
<execution>
+ <id>generate-manifest</id>
<goals>
<goal>manifest</goal>
</goals>
- </execution>
+ <configuration>
+ <instructions>
+ <Import-Package>javax.servlet.*;version="[2.5,3.0)",*</Import-Package>
+ </instructions>
+ </configuration>
+ </execution>
</executions>
</plugin>
<plugin>

Back to the top