mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
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:
parent
83208ee1ed
commit
a9b24cfdd4
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user