Skip to content

Commit 82bda3a

Browse files
committed
FELIX-6786 : Allow http.base to be used with Servlet 6.0
1 parent 0677abd commit 82bda3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

http/base/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<instructions>
6969
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
7070
<Bundle-Version>${project.version}</Bundle-Version>
71+
<Import-Package>jakarta.servlet.*;version="[6.0,7)", *</Import-Package>
7172
</instructions>
7273
</configuration>
7374
</plugin>

0 commit comments

Comments
 (0)