aboutsummaryrefslogtreecommitdiffstats
path: root/BRMSGateway/src/main/resources/META-INF/persistenceBRMS.xml
diff options
context:
space:
mode:
Diffstat (limited to 'BRMSGateway/src/main/resources/META-INF/persistenceBRMS.xml')
-rw-r--r--BRMSGateway/src/main/resources/META-INF/persistenceBRMS.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/BRMSGateway/src/main/resources/META-INF/persistenceBRMS.xml b/BRMSGateway/src/main/resources/META-INF/persistenceBRMS.xml
index 446e734a0..99e6b92c9 100644
--- a/BRMSGateway/src/main/resources/META-INF/persistenceBRMS.xml
+++ b/BRMSGateway/src/main/resources/META-INF/persistenceBRMS.xml
@@ -24,7 +24,7 @@
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
<persistence-unit name="BRMSGW" transaction-type="RESOURCE_LOCAL">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
- <class>org.openecomp.policy.brmsInterface.jpa.BRMSGroupInfo</class>
- <class>org.openecomp.policy.brmsInterface.jpa.BRMSPolicyInfo</class>
+ <class>org.onap.policy.brmsInterface.jpa.BRMSGroupInfo</class>
+ <class>org.onap.policy.brmsInterface.jpa.BRMSPolicyInfo</class>
</persistence-unit>
</persistence> \ No newline at end of file