Use classes from policy/common 54/127154/2
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 16 Feb 2022 17:16:50 +0000 (12:16 -0500)
committerAjith Sreekumar <ajith.sreekumar@bell.ca>
Thu, 17 Feb 2022 16:21:16 +0000 (16:21 +0000)
Use CustomImplicitNamingStrategy from policy/common.

Issue-ID: POLICY-3931
Change-Id: I69f556e0e5a6bdf60a0cef6b2d49a77289c4bb8d
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
csit/config/pap/papParameters.yaml

index 00912de..e5894ac 100644 (file)
@@ -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