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
commit c9212682edb8fde8014c4d88b52d216e92836408 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Feb 29 15:28:20 2024 +0000 Version updates. Add JSP TCK (not complete yet) --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d80181a..8df9a7a 100644 --- a/pom.xml +++ b/pom.xml @@ -36,13 +36,15 @@ <!-- TCK versions to test against --> <tck.el.version>6.0.0-SNAPSHOT</tck.el.version> <api.el.version>6.0.0-SNAPSHOT</api.el.version> + <tck.jsp.version>4.0.0-SNAPSHOT</tck.jsp.version> <tck.websocket.version>10.0.0-SNAPSHOT</tck.websocket.version> <!-- TCK dependency versions --> <tck.common.version>10.0.0-SNAPSHOT</tck.common.version> <arquillian.version>1.8.0.Final</arquillian.version> <arquillian.tomcat.version>1.2.0.Final</arquillian.tomcat.version> - <junit.jupiter.version>5.7.2</junit.jupiter.version> + <junit.jupiter.version>5.9.1</junit.jupiter.version> + <failsafe.plugin.version>3.2.5</failsafe.plugin.version> </properties> <repositories> @@ -62,6 +64,7 @@ <modules> <module>el-tck</module> + <module>jsp-tck</module> <module>websocket-tck</module> </modules> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org