X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pmproducer%2Fsrc%2Fmain%2Fjava%2Forg%2Foran%2Fpmproducer%2Fclients%2FAsyncRestClientFactory.java;h=7d50fa020b27c668a00d1196a04efb1449c14840;hb=25b549ad7c00fd5e5acc38888f710fea2f5a25e5;hp=783da3a9e6d62085d4be721ff638016cff6f3871;hpb=6599eca2119b68778aaacdda9639e498e2511fef;p=nonrtric%2Fplt%2Franpm.git diff --git a/pmproducer/src/main/java/org/oran/pmproducer/clients/AsyncRestClientFactory.java b/pmproducer/src/main/java/org/oran/pmproducer/clients/AsyncRestClientFactory.java index 783da3a..7d50fa0 100644 --- a/pmproducer/src/main/java/org/oran/pmproducer/clients/AsyncRestClientFactory.java +++ b/pmproducer/src/main/java/org/oran/pmproducer/clients/AsyncRestClientFactory.java @@ -43,6 +43,7 @@ import javax.net.ssl.KeyManagerFactory; import org.oran.pmproducer.configuration.WebClientConfig; import org.oran.pmproducer.configuration.WebClientConfig.HttpProxyConfig; +import org.oran.pmproducer.oauth2.SecurityContext; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.util.ResourceUtils;