diff options
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties index 3b71fd474..a331ca1a9 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties @@ -25,3 +25,4 @@ http.client.services.SO.port=${envd:SO_PORT} http.client.services.SO.userName=${envd:SO_USERNAME} http.client.services.SO.password=${envd:SO_PASSWORD} http.client.services.SO.contextUriPath=${envd:SO_CONTEXT_URI} +http.client.services.SO.serialization.provider=org.onap.policy.common.gson.GsonMessageBodyHandler |