WIP
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user