From ccdc1b0814aa5609ade406a791128eb89bbc76e0 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 2 Feb 2023 14:42:33 +0000 Subject: Replace Eclipselink with Hibernate Issue-ID: POLICY-4533 Change-Id: I9d2e4d90bf997935efad16e8ae4473d635ae9d65 Signed-off-by: liamfallon --- .../src/main/resources/META-INF/persistence.xml | 49 +++++++++++----------- 1 file changed, 24 insertions(+), 25 deletions(-) (limited to 'integrity-audit/src/main/resources') diff --git a/integrity-audit/src/main/resources/META-INF/persistence.xml b/integrity-audit/src/main/resources/META-INF/persistence.xml index 33c701b1..b648cd63 100644 --- a/integrity-audit/src/main/resources/META-INF/persistence.xml +++ b/integrity-audit/src/main/resources/META-INF/persistence.xml @@ -4,13 +4,14 @@ Integrity Audit ================================================================================ Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -19,28 +20,26 @@ ============LICENSE_END========================================================= --> - - - - org.eclipse.persistence.jpa.PersistenceProvider - org.onap.policy.common.ia.jpa.IntegrityAuditEntity - org.onap.policy.common.ia.jpa.IaTestEntity - NONE - - - - + + + + org.onap.policy.common.ia.jpa.IntegrityAuditEntity + org.onap.policy.common.ia.jpa.IaTestEntity + NONE + + + + + - - - org.eclipse.persistence.jpa.PersistenceProvider - org.onap.policy.common.ia.jpa.IntegrityAuditEntity - NONE - - - - + + + org.onap.policy.common.ia.jpa.IntegrityAuditEntity + NONE + + + + -- cgit 1.2.3-korg