Skip to content

Commit 57b870c

Browse files
MuffinTheManCaleb Larsen
authored andcommitted
Update README.md to correct groupId for jakarta.servlet-api dependency.
1 parent 9ab0495 commit 57b870c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ Source code for all public APIs for com.google.appengine.api.* packages.
9292
<version>2.0.31</version><!-- or later-->
9393
</dependency>
9494
<dependency>
95-
<groupId>javax.servlet</groupId>
96-
<artifactId>jakarta.servlet-api</artifactId>
95+
<groupId>jakarta.servlet</groupId>
96+
<artifactId>jakarta.servlet-api</artifactId>
9797
<version>6.0.0</version>
9898
<scope>provided</scope>
99-
</dependency>
99+
</dependency>
100100
...
101101
```
102102

0 commit comments

Comments
 (0)