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 70fcf0a8e2e9d02a16cba6b492f67a5168fbd44c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Mar 25 16:47:25 2024 +0000

    Add required setting for signature test
---
 servlet-tck/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/servlet-tck/pom.xml b/servlet-tck/pom.xml
index f47abf9..2f4d2a7 100644
--- a/servlet-tck/pom.xml
+++ b/servlet-tck/pom.xml
@@ -115,6 +115,7 @@
                                 <junit.log.traceflag>true</junit.log.traceflag>
                                 
<servlet.tck.support.http2Push>false</servlet.tck.support.http2Push>
                                 <arquillian.launch>http</arquillian.launch>
+                                
<sigTestClasspath>${settings.localRepository}/org/apache/tomcat/tomcat-servlet-api/${tomcat.version}/tomcat-servlet-api-${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

Reply via email to