aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/http/SecretStoreValidator.java
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-03-23 10:02:56 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-03-23 10:02:56 +0100
commit1d75c1fdbfd2e628eab16860ddb7a29bf7a3fd03 (patch)
tree503f7c36bdd49f85a0671feac6daad3d62695de0 /configserver/src/main/java/com/yahoo/vespa/config/server/http/SecretStoreValidator.java
parenta608e846d491e7bd274acee7670427783fcfd6e9 (diff)
Move client builders to major specific sub packages
Diffstat (limited to 'configserver/src/main/java/com/yahoo/vespa/config/server/http/SecretStoreValidator.java')
-rw-r--r--configserver/src/main/java/com/yahoo/vespa/config/server/http/SecretStoreValidator.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/configserver/src/main/java/com/yahoo/vespa/config/server/http/SecretStoreValidator.java b/configserver/src/main/java/com/yahoo/vespa/config/server/http/SecretStoreValidator.java
index 71eed450955..796c581b3c2 100644
--- a/configserver/src/main/java/com/yahoo/vespa/config/server/http/SecretStoreValidator.java
+++ b/configserver/src/main/java/com/yahoo/vespa/config/server/http/SecretStoreValidator.java
@@ -1,17 +1,15 @@
// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.config.server.http;
-import ai.vespa.util.http.VespaHttpClientBuilder;
+import ai.vespa.util.http.hc4.VespaHttpClientBuilder;
import com.yahoo.config.model.api.HostInfo;
import com.yahoo.config.provision.SystemName;
import com.yahoo.config.provision.TenantName;
-import com.yahoo.container.jdisc.HttpRequest;
import com.yahoo.container.jdisc.HttpResponse;
import com.yahoo.container.jdisc.secretstore.SecretStore;
import com.yahoo.slime.Slime;
import com.yahoo.slime.SlimeUtils;
import com.yahoo.vespa.config.server.application.Application;
-import com.yahoo.config.model.api.TenantSecretStore;
import com.yahoo.vespa.config.server.tenant.SecretStoreExternalIdRetriever;
import com.yahoo.yolean.Exceptions;
import org.apache.http.client.methods.HttpPost;