Skip to content

Commit 88ed890

Browse files
arjantijmssenivam
authored andcommitted
Updated dependency versions
For GlassFish 7 and other OSGi containers, make sure Servlet 6 is a tolerated version number. Signed-off-by: arjantijms <[email protected]>
1 parent f79ee1c commit 88ed890

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/mvc-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<instructions>
5555
<Import-Package>
5656
jakarta.servlet.jsp.*;version="[3.0,4.0)",
57-
jakarta.servlet.*;version="!",
57+
jakarta.servlet.*;version="[5.0,7.0)",
5858
*
5959
</Import-Package>
6060
<Export-Package>org.glassfish.jersey.server.mvc.jsp.*;version=${project.version}</Export-Package>

ext/mvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<configuration>
6868
<instructions>
6969
<Export-Package>org.glassfish.jersey.server.mvc.*;version=${project.version}</Export-Package>
70-
<Import-Package>${jakarta.annotation.osgi.version},*</Import-Package>
70+
<Import-Package> jakarta.servlet.*;version="[5.0,7.0)",${jakarta.annotation.osgi.version},*</Import-Package>
7171
</instructions>
7272
<unpackBundle>true</unpackBundle>
7373
</configuration>

0 commit comments

Comments
 (0)