Vrock691 revised this gist 3 months ago. Go to revision
2 files changed, 8 insertions
gistfile1.txt(file created)
| @@ -0,0 +1 @@ | |||
| 1 | + | https://stackoverflow.com/questions/79111257/dependency-jakarta-servletjakarta-servlet-api10-0-0-not-found | |
pom.xml(file created)
| @@ -0,0 +1,7 @@ | |||
| 1 | + | <!-- https://mvnrepository.com/artifact/jakarta.servlet/jakarta.servlet-api --> | |
| 2 | + | <dependency> | |
| 3 | + | <groupId>jakarta.servlet</groupId> | |
| 4 | + | <artifactId>jakarta.servlet-api</artifactId> | |
| 5 | + | <version>6.1.0</version> | |
| 6 | + | <scope>provided</scope> | |
| 7 | + | </dependency> | |
Newer
Older