Skip to content

Commit

Permalink
Fixes #24849: Fix servlet api dependency in api-authorizations
Browse files Browse the repository at this point in the history
  • Loading branch information
clarktsiory committed May 10, 2024
1 parent b1a24b0 commit 3d0880f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-authorizations/pom-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 3d0880f

Please sign in to comment.