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 a5f4764887dcc7eb69fbced37d8f49cc11a2d9bf
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Mar 27 09:50:01 2024 +0000

    Add explicit dependency on tomcat-servlet-api for signature tests
---
 servlet-tck/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/servlet-tck/pom.xml b/servlet-tck/pom.xml
index f691a10..38032e2 100644
--- a/servlet-tck/pom.xml
+++ b/servlet-tck/pom.xml
@@ -53,6 +53,12 @@
             <version>${tomcat.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.tomcat</groupId>
+            <artifactId>tomcat-servlet-api</artifactId>
+            <version>${tomcat.version}</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.jboss.arquillian.container</groupId>
             <artifactId>arquillian-tomcat-embedded-10</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to