From 7d3f5bfd2e4fefe02c7f2fcf59981bb33f026419 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 14 Dec 2023 10:05:49 +0000 Subject: Apply lower case to any topics to be compatible with Kafka. Issue-ID: POLICY-4402 Change-Id: Iebaec5f52a1fa0feb881ccfcb5319bc8a951b496 Signed-off-by: adheli.tavares --- integrity-monitor/src/main/resources/META-INF/persistence.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'integrity-monitor') diff --git a/integrity-monitor/src/main/resources/META-INF/persistence.xml b/integrity-monitor/src/main/resources/META-INF/persistence.xml index 0adaae96..beff1432 100644 --- a/integrity-monitor/src/main/resources/META-INF/persistence.xml +++ b/integrity-monitor/src/main/resources/META-INF/persistence.xml @@ -25,6 +25,7 @@ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd"> + org.hibernate.jpa.HibernatePersistenceProvider org.onap.policy.common.im.jpa.ImTestEntity org.onap.policy.common.im.jpa.StateManagementEntity org.onap.policy.common.im.jpa.ForwardProgressEntity -- cgit 1.2.3-korg