Skip to content

Commit

Permalink
Fix servlet import-package version (#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
kysmith-csg committed Oct 24, 2024
1 parent d867b1c commit 9b9c1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
<properties>
<junit-version>4.13.2</junit-version>
<maven-plugin.version>1.0.0</maven-plugin.version>
<servlet-version-range>[5.0,]</servlet-version-range>
<servlet-version-range>5.0.0</servlet-version-range>
<jetty-version>11.0.7</jetty-version>
<tomcat-version>10.0.14</tomcat-version>
<shade-version>1.2.1</shade-version>
Expand Down

0 comments on commit 9b9c1a5

Please sign in to comment.