From d00b8ebd5b28a64ae988e7424d8feb2314a8d475 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 29 May 2020 15:20:25 -0400 Subject: Use default serialization provider The default provider has been changed to gson, so the provider property no longer has to be set. Issue-ID: POLICY-1527 Change-Id: I9b555ed3c3b735ca9622314e1ca06476416bae6e Signed-off-by: Jim Hahn --- .../src/test/resources/config/frankfurt-http-client.properties | 1 - 1 file changed, 1 deletion(-) (limited to 'controlloop/common/controller-frankfurt/src/test/resources') diff --git a/controlloop/common/controller-frankfurt/src/test/resources/config/frankfurt-http-client.properties b/controlloop/common/controller-frankfurt/src/test/resources/config/frankfurt-http-client.properties index 3558195d4..1e3e88cec 100644 --- a/controlloop/common/controller-frankfurt/src/test/resources/config/frankfurt-http-client.properties +++ b/controlloop/common/controller-frankfurt/src/test/resources/config/frankfurt-http-client.properties @@ -43,7 +43,6 @@ http.client.services.SO.managed=true http.client.services.SO.host=localhost http.client.services.SO.port=6667 http.client.services.SO.contextUriPath= -http.client.services.SO.serialization.provider=org.onap.policy.common.gson.GsonMessageBodyHandler http.client.services.VFC.managed=true http.client.services.VFC.host=localhost -- cgit 1.2.3-korg