chore: remove unused commons logging imports from java webclient (#16839)

Co-authored-by: Ben Madore <ben.madore@glassdoor.com>
This commit is contained in:
Ben Madore
2023-10-17 00:33:34 -05:00
committed by GitHub
parent 8feef52d6b
commit d6421411c9
6 changed files with 0 additions and 12 deletions

View File

@@ -4,8 +4,6 @@ import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import org.openapitools.jackson.nullable.JsonNullableModule;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.core.ParameterizedTypeReference;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;