diff options
author | Jim Hahn <jrh3@att.com> | 2019-02-15 17:33:49 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-02-15 17:35:50 -0500 |
commit | 4b9341b810a8d676373677e86da736bf9144308c (patch) | |
tree | 99bfd31174230860170e41dd58d9e7d54db50cc1 /policy-management/src/main/server | |
parent | cb8557e068ec89473dcb4d01a68e7dfd0a4644c5 (diff) |
Change properties to use gson
Modified property files to use gson instead of jackson for REST calls,
for both clients and servers.
Change-Id: Ib836886df33cd585b4c2d227e9cc496cc165fc2c
Issue-ID: POLICY-1431
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-management/src/main/server')
-rw-r--r-- | policy-management/src/main/server/config/policy-engine.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/policy-management/src/main/server/config/policy-engine.properties b/policy-management/src/main/server/config/policy-engine.properties index c2e8aa10..58389151 100644 --- a/policy-management/src/main/server/config/policy-engine.properties +++ b/policy-management/src/main/server/config/policy-engine.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # policy-management # ================================================================================ -# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -50,6 +50,7 @@ http.server.services.SECURED-CONFIG.managed=false http.server.services.SECURED-CONFIG.swagger=true http.server.services.SECURED-CONFIG.https=true http.server.services.SECURED-CONFIG.aaf=${{AAF}} +http.server.services.SECURED-CONFIG.serialization.provider=org.onap.policy.common.gson.JacksonHandler aaf.namespace=${{AAF_NAMESPACE}} aaf.root.permission=${{AAF_NAMESPACE}}.pdpd |