Replace sdc client 73/77173/9
authorWojciech Sliwka <wojciech.sliwka@nokia.com>
Mon, 20 Aug 2018 13:45:03 +0000 (15:45 +0200)
committerWojciech Sliwka <wojciech.sliwka@nokia.com>
Fri, 24 Aug 2018 10:26:03 +0000 (12:26 +0200)
commit17e8b54e83547d8dc37c335c5df1b989f8b5ff3c
tree87201581f26048e7c88a1d9339392f7c11d05b8e
parent5adc0b0ee92d1e39ddaacd27e67a327dd5988f11
Replace sdc client

Replace old SDC client to use genericRestClient

Change-Id: I9b3b567871ac3f319742fca9457e42b6d4db0a8a
Issue-ID: VID-268
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
vid-app-common/src/main/java/org/onap/vid/asdc/AsdcClient.java
vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java [deleted file]
vid-app-common/src/main/java/org/onap/vid/asdc/rest/SdcRestClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/client/SyncRestClientInterface.java
vid-app-common/src/main/java/org/onap/vid/controllers/WebConfig.java
vid-app-common/src/test/java/org/onap/vid/asdc/rest/RestfulAsdcClientTest.java [deleted file]
vid-app-common/src/test/java/org/onap/vid/asdc/rest/SdcRestClientITTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/asdc/rest/SdcRestClientTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/rest/OutgoingRequestIdTest.java
vid-app-common/src/test/java/org/onap/vid/testUtils/StubServerUtil.java
vid-app-common/src/test/resources/WEB-INF/conf/system.properties