diff --git a/tcks/microprofile-rest-client/pom.xml b/tcks/microprofile-rest-client/pom.xml index 4f9ed65f5dd9b..de70e12af20e8 100644 --- a/tcks/microprofile-rest-client/pom.xml +++ b/tcks/microprofile-rest-client/pom.xml @@ -33,7 +33,7 @@ org.eclipse.microprofile.rest.client:microprofile-rest-client-tck false - + org.eclipse.microprofile.rest.client.tck.cditests.HasConversationScopeTest @@ -173,4 +173,33 @@ + + + + jdk16-workarounds + + [16,) + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + org.eclipse.microprofile.rest.client.tck.ClientHeaderParamTest + + org.eclipse.microprofile.rest.client.tck.InvalidInterfaceTest + org.eclipse.microprofile.rest.client.tck.timeout.TimeoutBuilderIndependentOfMPConfigTest + org.eclipse.microprofile.rest.client.tck.timeout.TimeoutTest + org.eclipse.microprofile.rest.client.tck.timeout.TimeoutViaMPConfigTest + org.eclipse.microprofile.rest.client.tck.timeout.TimeoutViaMPConfigWithConfigKeyTest + + + + + + +