enable mso rest client send DELETE request with body 93/96493/1
authorEylon Malin <eylon.malin@intl.att.com>
Wed, 2 Oct 2019 07:55:06 +0000 (10:55 +0300)
committerEylon Malin <eylon.malin@intl.att.com>
Wed, 2 Oct 2019 07:55:06 +0000 (10:55 +0300)
commit0d422d4cc6a1580d38216ccf5a51a2acba0a884e
tree611f89fa2fc9014605603bfe1b6eb8e03e4adee3
parentfdea9e36bd95193d2e920398beee914e4953919c
enable mso rest client send DELETE request with body

config SUPPRESS_HTTP_COMPLIANCE_VALIDATION directly from
RestMsoImplementation, instead of relaying on the jersey client
configuration.
Also remove Delete method from RestMsoImplementation since it's not used
in production code.
Issue-ID: VID-657

Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: If30d60c6aca9b7d9ab3e6d07b13c1246ed3d67e3
vid-app-common/src/main/java/org/onap/vid/client/HttpBasicClient.java
vid-app-common/src/main/java/org/onap/vid/mso/RestMsoImplementation.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/RestInterface.java
vid-app-common/src/test/java/org/onap/vid/mso/RestMsoImplementationTest.java