Hi, System OS: Windows 10 Maven: 3.9.6 Java: 17.0.1
When I was "mvn install" jakartaee/servlet on my desktop. I found https://github.com/jakartaee/servlet/blob/master/tck/tck-runtime/pom.xml#L37 can give me exception. This is because https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/ does not have jakarta.servlet-api 6.1.0 [image: image.png] I use 6.1.0-SNAPSHOT on my desktop instead. Could you take a look at this? Appendix: [ERROR] Failed to execute goal on project tck-runtime: Could not resolve dependencies for project jakarta.servlet:tck-runtime:jar:6.1.0-SNAPSHOT: The following artifacts could not be resolved: jakarta.servlet:jakarta.servlet-api:jar:6.1.0 (absent): jakarta.servlet:jakarta.servlet-api:jar:6.1.0 was not found By Xulin Yang Kind Regards