From 2597148f51fd5b830aabc636b18dd98b2a811cea Mon Sep 17 00:00:00 2001 From: Falko Modler Date: Mon, 4 Mar 2024 21:35:39 +0100 Subject: [PATCH] Remove jdk*-workarounds from rest-client TCK --- tcks/microprofile-rest-client/pom.xml | 78 --------------------------- 1 file changed, 78 deletions(-) diff --git a/tcks/microprofile-rest-client/pom.xml b/tcks/microprofile-rest-client/pom.xml index 7885a03f17a25..cdbc0759e4735 100644 --- a/tcks/microprofile-rest-client/pom.xml +++ b/tcks/microprofile-rest-client/pom.xml @@ -181,82 +181,4 @@ - - - - jdk16-workarounds - - [16,) - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - default-test - - test - - - - - 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 - - - - - jdk16-plain-socket-workaround - - test - - - - - true - - - 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 - - - - - - - - - - jdk18-workarounds - - [18,) - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - jdk16-plain-socket-workaround - none - - - - - - -