rename jetty-test-util to jetty-test-common

Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
This commit is contained in:
Lachlan Roberts 2024-08-27 14:39:47 +10:00
parent 063e839962
commit e31360dd7f
No known key found for this signature in database
GPG Key ID: 5663FB7A8FF7E348
11 changed files with 9 additions and 9 deletions

View File

@ -54,7 +54,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-test-util</artifactId>
<artifactId>jetty-test-common</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -57,7 +57,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-test-util</artifactId>
<artifactId>jetty-test-common</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -49,7 +49,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-test-util</artifactId>
<artifactId>jetty-test-common</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -1062,7 +1062,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-test-util</artifactId>
<artifactId>jetty-test-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>

View File

@ -7,7 +7,7 @@
<artifactId>tests</artifactId>
<version>12.1.0-SNAPSHOT</version>
</parent>
<artifactId>jetty-test-util</artifactId>
<artifactId>jetty-test-common</artifactId>
<packaging>jar</packaging>
<name>Tests :: Test Utilities</name>

View File

@ -15,7 +15,7 @@
<module>jetty-jmh</module>
<module>jetty-test-multipart</module>
<module>jetty-test-session-common</module>
<module>jetty-test-util</module>
<module>jetty-test-common</module>
<module>test-cross-context-dispatch</module>
<module>test-distribution</module>
<module>test-integration</module>

View File

@ -62,7 +62,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-test-util</artifactId>
<artifactId>jetty-test-common</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -57,7 +57,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-test-util</artifactId>
<artifactId>jetty-test-common</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -58,7 +58,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-test-util</artifactId>
<artifactId>jetty-test-common</artifactId>
<scope>test</scope>
</dependency>
<dependency>