We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab0495 commit 57b870cCopy full SHA for 57b870c
README.md
@@ -92,11 +92,11 @@ Source code for all public APIs for com.google.appengine.api.* packages.
92
<version>2.0.31</version><!-- or later-->
93
</dependency>
94
<dependency>
95
- <groupId>javax.servlet</groupId>
96
- <artifactId>jakarta.servlet-api</artifactId>
+ <groupId>jakarta.servlet</groupId>
+ <artifactId>jakarta.servlet-api</artifactId>
97
<version>6.0.0</version>
98
<scope>provided</scope>
99
- </dependency>
+ </dependency>
100
...
101
```
102
0 commit comments