BAEL-2626: Update Feign to 10.11 (#10105)

This commit is contained in:
kwoyke
2020-09-29 14:54:05 +02:00
committed by GitHub
parent 18e32676fe
commit 92bd1bbae6
2 changed files with 1 additions and 22 deletions
@@ -6,8 +6,6 @@ import com.baeldung.feign.models.BookResource;
import lombok.extern.slf4j.Slf4j;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import java.util.List;
import java.util.UUID;
@@ -22,7 +20,6 @@ import static org.junit.Assert.assertTrue;
* Consumes https://github.com/Baeldung/spring-hypermedia-api
*/
@Slf4j
@RunWith(JUnit4.class)
public class BookClientLiveTest {
private BookClient bookClient;