Skip to content

Commit

Permalink
Wfnews1651 02 (#2163)
Browse files Browse the repository at this point in the history
* use jakarta.servlet-api for 5.0.0

* use jakarta.servlet-api for 5.0.0
  • Loading branch information
yzlucas authored Dec 18, 2024
1 parent 624fcc2 commit a74465d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/wfone-notification-push-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<artifactId>jakarta.servlet-api</artifactId>
<version>5.0.0</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit a74465d

Please sign in to comment.