From 2bc0ed8af5351a3995824c6966bd4bc498dff3ab Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 18 Feb 2020 08:53:02 +0000 Subject: Add missing classes to persistence.xml The recent policy-models changes cascade database changes to some new classes. THis change adds these classes to persistence.xml. Issue-ID: POLICY-1402 Change-Id: I4d9953c8423dc6e33f6852744c394c9cfbc21ac6 Signed-off-by: liamfallon --- models-provider/src/test/resources/META-INF/persistence.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'models-provider/src/test/resources') diff --git a/models-provider/src/test/resources/META-INF/persistence.xml b/models-provider/src/test/resources/META-INF/persistence.xml index 77062ce23..d63c415fd 100644 --- a/models-provider/src/test/resources/META-INF/persistence.xml +++ b/models-provider/src/test/resources/META-INF/persistence.xml @@ -34,6 +34,8 @@ org.onap.policy.models.tosca.simple.concepts.JpaToscaPolicyTypes org.onap.policy.models.tosca.simple.concepts.JpaToscaTopologyTemplate org.onap.policy.models.tosca.simple.concepts.JpaToscaServiceTemplate + org.onap.policy.models.tosca.simple.concepts.JpaToscaTrigger + org.onap.policy.models.tosca.simple.concepts.JpaToscaProperty org.onap.policy.models.pdp.persistence.concepts.JpaPdpGroup org.onap.policy.models.pdp.persistence.concepts.JpaPdpSubGroup org.onap.policy.models.pdp.persistence.concepts.JpaPdp -- cgit 1.2.3-korg