From a9b24cfdd4593d56c99013ac724266be7a8e6475 Mon Sep 17 00:00:00 2001 From: kcichonczyk <88378534+kcichonczyk@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:04:54 +0200 Subject: [PATCH] Feature/acs 4839 mtls in deprecated module (#766) * ACS-4928: Release T-Core (T-Engines) 3.1.0-A2 [release] --- .../alfresco/transformer/config/WebApplicationConfig.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deprecated/alfresco-transformer-base/src/main/java/org/alfresco/transformer/config/WebApplicationConfig.java b/deprecated/alfresco-transformer-base/src/main/java/org/alfresco/transformer/config/WebApplicationConfig.java index b34e2384..d3af804a 100644 --- a/deprecated/alfresco-transformer-base/src/main/java/org/alfresco/transformer/config/WebApplicationConfig.java +++ b/deprecated/alfresco-transformer-base/src/main/java/org/alfresco/transformer/config/WebApplicationConfig.java @@ -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() {