JAVA-22042 | Removed cargo plugin in favor or mockserver. removed duplicated mockserver implementation (#14439)

This commit is contained in:
Gaetano Piazzolla
2023-07-19 14:16:37 +02:00
committed by GitHub
parent a7b5326737
commit d42b2f98bc
10 changed files with 78 additions and 218 deletions

View File

@@ -31,6 +31,7 @@ import org.apache.http.protocol.HttpContext;
import org.apache.http.ssl.SSLContexts;
import org.junit.jupiter.api.Test;
import com.baeldung.GetRequestMockServer;
class HttpAsyncClientV4LiveTest extends GetRequestMockServer {