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 a74465d commit 09a3c77
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions server/wfone-notification-push-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>5.0.0</version>
<scope>provided</scope>
Expand Down Expand Up @@ -239,14 +239,7 @@
<artifactId>easymock</artifactId>
<version>3.4</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.5</version>
</dependency>

</dependencies>
</dependencyManagement>
</project>

0 comments on commit 09a3c77

Please sign in to comment.