Skip to content

Commit

Permalink
use jakarta.servlet-api for 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Dec 18, 2024
1 parent c2c0c2d commit 9da74bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/wfone-notification-push-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@

<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>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>5.0.0</version>
<scope>provided</scope>
<groupId>ca.bc.gov.nrs.wfone.common</groupId>
<artifactId>wfone-common-model</artifactId>
<version>1.3.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9da74bf

Please sign in to comment.