diff options
Diffstat (limited to 'BRMSGateway/src/main/resources/META-INF')
-rw-r--r-- | BRMSGateway/src/main/resources/META-INF/persistenceBRMS.xml | 4 |
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 |