This commit is contained in:
Marcin Grzejszczak
2025-02-17 18:06:44 +01:00
parent 26812135fc
commit dfd7002bc5
2 changed files with 1 additions and 5 deletions

View File

@@ -252,11 +252,6 @@
<groupId>org.eclipse.jetty.ee10</groupId>
<scope>test</scope>
</dependency>
<dependency>
<artifactId>jetty-ee10-servlet</artifactId>
<groupId>org.eclipse.jetty.ee10</groupId>
<scope>test</scope>
</dependency>
<dependency>
<artifactId>jetty-ee10-servlets</artifactId>
<groupId>org.eclipse.jetty.ee10</groupId>

View File

@@ -170,6 +170,7 @@ private void test(String test) {
private static String updatedTest(String test, String className) {
test.replaceAll("class FooTest", "class " + className)
.replaceAll("import javax.ws.rs.core.Response", "import javax.ws.rs.core.Response; import javax.ws.rs.client.WebTarget;")
.replaceAll(";;", ";")
}
private static GString getStaticImports(String builderName) {