Naming micro-service - upgrade to spring-boot-2.
[ccsdk/apps.git] / ms / neng / src / main / java / org / onap / ccsdk / apps / ms / neng / service / extinf / impl / AaiServiceImpl.java
index 7356c3b..41bfae4 100644 (file)
@@ -123,7 +123,7 @@ public class AaiServiceImpl {
             HttpClient client = HttpClientBuilder.create()
                 .setSSLHostnameVerifier(NoopHostnameVerifier.INSTANCE)
                 .build();
-            this.restTemplate = restBld.requestFactory(new HttpComponentsClientHttpRequestFactory(client)).build();
+            //this.restTemplate = restBld.requestFactory(new HttpComponentsClientHttpRequestFactory(client)).build();
         }
         return this.restTemplate;
     }