This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
The following commit(s) were added to refs/heads/main by this push: new 91f7db5 Fix comment 91f7db5 is described below commit 91f7db534539b02d3ad8acdfe12cf6151c9456e4 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Mar 18 12:10:02 2024 +0000 Fix comment --- servlet-tck/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servlet-tck/pom.xml b/servlet-tck/pom.xml index a1afe59..8b24483 100644 --- a/servlet-tck/pom.xml +++ b/servlet-tck/pom.xml @@ -33,7 +33,7 @@ <groupId>jakarta.servlet</groupId> <artifactId>tck-runtime</artifactId> <version>${tck.servlet.version}</version> - <!-- Use the JSP API provided by Tomcat --> + <!-- Use the Servlet API provided by Tomcat --> <exclusions> <exclusion> <groupId>jakarta.servlet</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org