summaryrefslogtreecommitdiffstats
path: root/BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-03-30 15:04:14 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-30 15:04:14 +0000
commit4720126987f4b8408281621620209a9817b8c402 (patch)
treef314a5468dabff527d7e2870a8a031799f36e366 /BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml
parentede2c08753478bdd91deee1f8bc02230fd258b10 (diff)
parentd4b467daed74656582045f4561e6c7745cf7bf6f (diff)
Merge "Removed checkstyle warnings"
Diffstat (limited to 'BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml')
-rw-r--r--BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml b/BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml
index f757aca86..62ae4d058 100644
--- a/BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml
+++ b/BRMSGateway/src/test/resources/META-INF/persistenceBRMStest.xml
@@ -24,8 +24,8 @@
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.onap.policy.brmsInterface.jpa.BRMSGroupInfo</class>
- <class>org.onap.policy.brmsInterface.jpa.BRMSPolicyInfo</class>
+ <class>org.onap.policy.brms.entity.BrmsGroupInfo</class>
+ <class>org.onap.policy.brms.entity.BrmsPolicyInfo</class>
<property name="javax.persistence.schema-generation.scripts.action"
value="drop-and-create" />
<property name="javax.persistence.schema-generation.scripts.create-target"