From a64891e0525af75c5ea8becf3e9234ac0c1297b4 Mon Sep 17 00:00:00 2001 From: ktimoney Date: Tue, 17 Aug 2021 15:55:10 +0100 Subject: [PATCH] Update Policy Components not to create tables Issue-ID: POLICY-3488 Change-Id: I704e8b10db6fb8b5c3df13f255fc2076df03f1a2 Signed-off-by: ktimoney --- main/src/main/resources/META-INF/persistence.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/main/src/main/resources/META-INF/persistence.xml b/main/src/main/resources/META-INF/persistence.xml index 8ab50824..c400cced 100644 --- a/main/src/main/resources/META-INF/persistence.xml +++ b/main/src/main/resources/META-INF/persistence.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (C) 2019-2020 Nordix Foundation. Modifications Copyright (C) 2021 AT&T Intellectual Property. + Modification Copyright 2021. Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -61,18 +62,9 @@ org.onap.policy.models.tosca.simple.concepts.JpaToscaTrigger - - - - + + + -- 2.16.6