From a481cea2601e8aacf202b785eb743c243ea22fc3 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 1 Aug 2024 13:57:33 +0100 Subject: Fix on persistence.xml after updating hibernate dependencies - fix on side effects from drools-apps fix. - fix a property when starting database config. Issue-ID: POLICY-4955 Change-Id: I3446547e42acfbaeb8903cd2baeac0499142badd Signed-off-by: adheli.tavares --- .../common/src/test/resources/META-INF/persistence.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'applications/common/src/test/resources/META-INF') diff --git a/applications/common/src/test/resources/META-INF/persistence.xml b/applications/common/src/test/resources/META-INF/persistence.xml index 53597b91..1f11f3dd 100644 --- a/applications/common/src/test/resources/META-INF/persistence.xml +++ b/applications/common/src/test/resources/META-INF/persistence.xml @@ -4,7 +4,7 @@ ONAP ================================================================================ Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -20,17 +20,15 @@ ============LICENSE_END========================================================= --> - - + org.hibernate.jpa.HibernatePersistenceProvider org.onap.policy.guard.OperationsHistory - - -- cgit