Skip to content

Commit

Permalink
fixup! fixup! Fixes #24114: Migrate user-management API to zio-json
Browse files Browse the repository at this point in the history
Fixes #24114: Migrate user-management API to zio-json
  • Loading branch information
clarktsiory committed Feb 2, 2024
1 parent 34ab0a0 commit 63834f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user-management/pom-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<!-- Add other plugin specific dependencies -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 63834f6

Please sign in to comment.