The import package javax.servlet.http should specify the version 2.5.0
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3043 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
a2d1063f92
commit
9be79e1750
|
@ -27,7 +27,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Import-Package>javax.servlet*;version="2.5",*</Import-Package>
|
||||
<Import-Package>javax.servlet*;version="2.5.0",*</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
Loading…
Reference in New Issue