Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-security/pom.xml')
-rw-r--r--jetty-security/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index 69d0eaa61c..a10cfe3cca 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -20,6 +20,12 @@
<goals>
<goal>manifest</goal>
</goals>
+ <configuration>
+ <instructions>
+ <Import-Package>javax.servlet.*;version=2.5,*</Import-Package>
+ </instructions>
+ </configuration>
+
</execution>
</executions>
</plugin>

Back to the top