diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-02-16 12:12:20 -0500 |
---|---|---|
committer | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2022-02-17 16:20:38 +0000 |
commit | 469efa7b10fd10ebd3cd49d133794f5e31a556c0 (patch) | |
tree | 613230b2eb9ac7e33f35424f565338d67482749a /packages/policy-pap-tarball/src/main | |
parent | ce7b217261784bb4cd2edd44d482ce6a705c9232 (diff) |
Use classes from policy/common
Use YamlHttpMessageConverter from policy/common.
Use CustomImplicitNamingStrategy from policy/common.
Fix few sonar issues.
Issue-ID: POLICY-3931
Change-Id: I4720761cbf8da464ec57541f9b19f8d124503e17
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'packages/policy-pap-tarball/src/main')
-rw-r--r-- | packages/policy-pap-tarball/src/main/resources/etc/papParameters.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-pap-tarball/src/main/resources/etc/papParameters.yaml b/packages/policy-pap-tarball/src/main/resources/etc/papParameters.yaml index 9bfb5c09..0c37b468 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/papParameters.yaml +++ b/packages/policy-pap-tarball/src/main/resources/etc/papParameters.yaml @@ -19,7 +19,7 @@ spring: ddl-auto: none naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl - implicit-strategy: org.onap.policy.pap.main.CustomImplicitNamingStrategy + implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy server: port: 6969 |