Skip to content

Commit 4ec2eee

Browse files
Downgrade Jakarta Servlet API to 6.0.0
The integration is compatible with any servlet API version so far. This helps integration with older servlet containers increasing compatibility. Signed-off-by: Karsten Schnitter <[email protected]>
1 parent 1f0afb9 commit 4ec2eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<javadoc.plugin.version>3.12.0</javadoc.plugin.version>
125125
<gpg.plugin.version>3.2.8</gpg.plugin.version>
126126
<httpclient.version>4.5.14</httpclient.version>
127-
<servlet.api.version>6.1.0</servlet.api.version>
127+
<servlet.api.version>6.0.0</servlet.api.version>
128128
<jetty.version>11.0.26</jetty.version>
129129
<sonatype.plugin.version>0.9.0</sonatype.plugin.version>
130130
</properties>

0 commit comments

Comments
 (0)