remove all remaining references to httpclient4

This commit is contained in:
Athou
2023-12-26 08:15:35 +01:00
parent 5ba248eaba
commit b49d35f181
4 changed files with 13 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ import org.apache.commons.codec.digest.DigestUtils;
import org.apache.commons.lang3.RandomStringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.time.DateUtils;
import org.apache.http.client.utils.URIBuilder;
import org.apache.hc.core5.net.URIBuilder;
import com.codahale.metrics.annotation.Timed;
import com.commafeed.CommaFeedApplication;