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 365ba8f834edaf9fbf49e9b4b90474540b74663f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Feb 29 15:28:45 2024 +0000

    Version updates. TCK group ID change
---
 websocket-tck/pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/websocket-tck/pom.xml b/websocket-tck/pom.xml
index 65f707e..8a180fe 100644
--- a/websocket-tck/pom.xml
+++ b/websocket-tck/pom.xml
@@ -30,7 +30,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>jakartatck</groupId>
+            <groupId>jakarta.tck</groupId>
             <artifactId>websocket-tck</artifactId>
             <version>${tck.websocket.version}</version>
             <!-- Use the WebSocket API provided by Tomcat -->
@@ -54,7 +54,7 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>jakartatck</groupId>
+            <groupId>jakarta.tck</groupId>
             <artifactId>common</artifactId>
             <version>${tck.common.version}</version>
         </dependency>
@@ -89,7 +89,9 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-failsafe-plugin</artifactId>
+                <version>${failsafe.plugin.version}</version>
                 <executions>
                     <execution>
                         <goals>
@@ -100,7 +102,7 @@
                             <excludes>
                                 <exclude>**/platform/**</exclude>
                             </excludes>
-                            
<dependenciesToScan>jakartatck:websocket-tck</dependenciesToScan>
+                            
<dependenciesToScan>jakarta.tck:websocket-tck</dependenciesToScan>
                             <reuseForks>false</reuseForks>
                             <systemPropertyVariables>
                                 <webServerHost>localhost</webServerHost>


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

Reply via email to