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


The following commit(s) were added to refs/heads/main by this push:
     new d89e488  No longer required
d89e488 is described below

commit d89e48859a822e96fb3126e9559bc29166e386ce
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri May 24 18:01:17 2024 +0100

    No longer required
    
    Addressed by the fix for https://github.com/jakartaee/servlet/issues/638
---
 servlet-tck/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/servlet-tck/pom.xml b/servlet-tck/pom.xml
index 2ade4da..674ac2a 100644
--- a/servlet-tck/pom.xml
+++ b/servlet-tck/pom.xml
@@ -90,10 +90,6 @@
             <artifactId>junit</artifactId>
             <version>4.13.2</version>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-        </dependency>
     </dependencies>
 
     <build>
@@ -136,7 +132,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            
<dependenciesToScan>jakarta.servlet:tck-runtime</dependenciesToScan>
+                            
<dependenciesToScan>jakarta.tck:servlet-tck-runtime</dependenciesToScan>
                             <includes>
                               <include>**/ClientCertTests.java</include>       
                         
                               <include>**/ClientCertAnnoTests.java</include>   
                             


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

Reply via email to