diff options
author | Jim Hahn <jrh3@att.com> | 2020-05-29 15:20:25 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-05-29 15:20:40 -0400 |
commit | d00b8ebd5b28a64ae988e7424d8feb2314a8d475 (patch) | |
tree | 99f7fecda14078f3d4dc4f326f81bef62435a017 /controlloop/common/feature-controlloop-management | |
parent | f9bd8844ef8f572cd0db639a9721caa42c17dfe2 (diff) |
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 <jrh3@att.com>
Diffstat (limited to 'controlloop/common/feature-controlloop-management')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/SO-http-client.properties | 1 |
1 files changed, 0 insertions, 1 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 a331ca1a9..3b71fd474 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,4 +25,3 @@ 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 |