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 --- main/src/test/resources/META-INF/persistence.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'main/src/test/resources') diff --git a/main/src/test/resources/META-INF/persistence.xml b/main/src/test/resources/META-INF/persistence.xml index d7f9d921..6ab21988 100644 --- a/main/src/test/resources/META-INF/persistence.xml +++ b/main/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,18 +20,17 @@ ============LICENSE_END========================================================= --> - + - org.eclipse.persistence.jpa.PersistenceProvider - + org.hibernate.jpa.HibernatePersistenceProvider org.onap.policy.guard.OperationsHistory - - - + -- cgit