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 4444e59c0aaf67dc3fa4aee6325ee6bf957b0205 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sat Jul 20 11:39:37 2024 +0100 Use sigtest 2.2 until issue with TCK/sigtest 2.3 is fixed --- el-tck/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/el-tck/pom.xml b/el-tck/pom.xml index f57fb63..6f4e7d3 100644 --- a/el-tck/pom.xml +++ b/el-tck/pom.xml @@ -59,6 +59,12 @@ </exclusions> --> </dependency> + <!-- EL TCK declares sigtest 2.3 but that has an incomptible change to how the IgnoreJDKClass works --> + <dependency> + <groupId>jakarta.tck</groupId> + <artifactId>sigtest-maven-plugin</artifactId> + <version>2.2</version> + </dependency> </dependencies> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org