prepare for multiple jaxrs libraries

This commit is contained in:
Tony Tam
2015-12-29 23:28:31 -08:00
parent ffe12b0620
commit 29f928d644
33 changed files with 177 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ import java.nio.charset.StandardCharsets;
public class AllowableValuesTest {
private static final String TEMPLATE_FILE = "JavaJaxRS/allowableValues.mustache";
private static final String TEMPLATE_FILE = "JavaJaxRS/jersey1_18/allowableValues.mustache";
private static final String PROVIDER_NAME = "operations";
private static String loadClassResource(Class<?> cls, String name) throws IOException {