diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-06-02 12:00:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-02 12:00:37 +0000 |
commit | 893d64185a9432e2fd8808e58f8a76566fceaaf9 (patch) | |
tree | 385c04e893dd674621ce7436be522cac0b53ed19 /main/src/test/resources | |
parent | 4dcc36142e51b389c5df97c227acc08608caa3b0 (diff) | |
parent | 3c703e2e48c0e74cb580b8afafb212fb9728aeeb (diff) |
Merge "Use OperationsHistory from models"
Diffstat (limited to 'main/src/test/resources')
-rw-r--r-- | main/src/test/resources/META-INF/persistence.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/test/resources/META-INF/persistence.xml b/main/src/test/resources/META-INF/persistence.xml index d917c06b..8ca12a96 100644 --- a/main/src/test/resources/META-INF/persistence.xml +++ b/main/src/test/resources/META-INF/persistence.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ <persistence-unit name="PipEngineTest" transaction-type="RESOURCE_LOCAL"> <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider> - <class>org.onap.policy.pdp.xacml.application.common.operationshistory.Dbao</class> + <class>org.onap.policy.guard.OperationsHistory</class> <properties> <property name="eclipselink.ddl-generation" value="create-tables" /> |