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 836e9cc04efcf8a138c4fa9e75cf73da865f07bd Author: Mark Thomas <ma...@apache.org> AuthorDate: Sat Jul 20 11:39:06 2024 +0100 Signature tests should use same JAR as the rest of the TCK --- websocket-tck/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-tck/pom.xml b/websocket-tck/pom.xml index 095a7c8..29ac13b 100644 --- a/websocket-tck/pom.xml +++ b/websocket-tck/pom.xml @@ -137,7 +137,7 @@ <password>j2ee</password> <porting.ts.url.class.1>com.sun.ts.tests.websocket.lib.implementation.sun.common.SunRIURL</porting.ts.url.class.1> <org.apache.tomcat.websocket.DEFAULT_PROCESS_PERIOD>0</org.apache.tomcat.websocket.DEFAULT_PROCESS_PERIOD> - <sigTestClasspath>${settings.localRepository}/org/apache/tomcat/tomcat-websocket-api/${tomcat.version}/tomcat-websocket-api-${tomcat.version}.jar:${settings.localRepository}/org/apache/tomcat/tomcat-websocket-client-api/${tomcat.version}/tomcat-websocket-client-api-${tomcat.version}.jar:${env.JAVA_HOME}/jmods/java.base</sigTestClasspath> + <sigTestClasspath>${settings.localRepository}/org/apache/tomcat/embed/tomcat-embed-websocket/${tomcat.version}/tomcat-embed-websocket-${tomcat.version}.jar:${env.JAVA_HOME}/jmods/java.base</sigTestClasspath> </systemPropertyVariables> <summaryFile>target/failsafe-reports/failsafe-summary-http.xml</summaryFile> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org