Skip to content

Commit

Permalink
Using jakarta.servlet
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Apr 5, 2024
1 parent 998352b commit 92eee05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapps/http2-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

<properties>
<alpn.agent.version>2.0.10</alpn.agent.version>
<servlet.api.version>3.1.0</servlet.api.version>
<servlet.api.version>4.0.2</servlet.api.version>
<slf4j.version>2.0.12</slf4j.version>
</properties>

<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${servlet.api.version}</version>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 92eee05

Please sign in to comment.