Skip to content

Commit

Permalink
Merge pull request #32 from premium-minds/jakarta.servlet-api
Browse files Browse the repository at this point in the history
Move from old javax.servlet-api to new jakarta.servlet-api
  • Loading branch information
froque committed Feb 10, 2021
2 parents 5a63f67 + 6029310 commit ae59736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@

<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>4.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ae59736

Please sign in to comment.