Feature/acs 4839 mtls in deprecated module (#766)

* ACS-4928: Release T-Core (T-Engines) 3.1.0-A2 [release]
This commit is contained in:
kcichonczyk 2023-03-27 14:04:54 +02:00 committed by GitHub
parent 83208ee1ed
commit a9b24cfdd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ import org.alfresco.transformer.TransformRegistryImpl;
import org.alfresco.transformer.clients.AlfrescoSharedFileStoreClient;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.client.RestTemplate;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@ -61,12 +60,6 @@ public class WebApplicationConfig implements WebMvcConfigurer
return new TransformInterceptor();
}
@Bean
public RestTemplate restTemplate()
{
return new RestTemplate();
}
@Bean
public AlfrescoSharedFileStoreClient alfrescoSharedFileStoreClient()
{