fixed sonar issue in MSORequestDBApplication.java 23/66823/1
authorSandeep J <sandeejh@in.ibm.com>
Sun, 16 Sep 2018 10:39:40 +0000 (16:09 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Sun, 16 Sep 2018 10:39:46 +0000 (16:09 +0530)
fixed sonar issue as detailed in SO-1044

Issue-ID: SO-144
Change-Id: I08bfe045eda953e23c9fa54ea159cd6c915705bd
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
adapters/mso-requests-db-adapter/src/main/java/org/onap/so/adapters/requestsdb/application/MSORequestDBApplication.java

index 3c8d732..700a371 100644 (file)
@@ -4,6 +4,8 @@
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
+ * Modifications Copyright (C) 2018 IBM.
+ * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -32,8 +34,6 @@ import net.javacrumbs.shedlock.core.LockProvider;
 import net.javacrumbs.shedlock.provider.jdbctemplate.JdbcTemplateLockProvider;
 import net.javacrumbs.shedlock.spring.ScheduledLockConfiguration;
 import net.javacrumbs.shedlock.spring.ScheduledLockConfigurationBuilder;
-import org.springframework.http.client.HttpComponentsClientHttpRequestFactory;
-import org.springframework.web.client.RestTemplate;
 
 /**
  * @since Version 1.0