diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-02 14:53:43 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-02-02 18:03:35 +0000 |
commit | 70ddcbe8e34eda99a7e6e9f383cc78a0d6f0cbd2 (patch) | |
tree | 491c8cbafdea48b8e9d82e003488572fd9317883 /controlloop/common/controller-usecases/src/test/resources | |
parent | 0d52472a24ba317d6c96fcd215c7f2a2b6bd43f8 (diff) |
Replace Eclipselink with Hibernate
Issue-ID: POLICY-4533
Change-Id: Ica9b02be76ba45461e615e806d779b0799681680
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'controlloop/common/controller-usecases/src/test/resources')
-rw-r--r-- | controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties b/controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties index 5ec8c578f..ad5599142 100644 --- a/controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties +++ b/controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties @@ -3,6 +3,7 @@ # ONAP # =============================================================================== # Copyright (C) 2020-2022 AT&T Intellectual Property. All rights reserved. +# Modifications Copyright (C) 2023 Nordix Foundation. # =============================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,6 +23,8 @@ operation.history.url=jdbc:h2:mem:Usecases operation.history.userName=sa operation.history.password= +operation.history.driver=org.h2.Driver +operation.history.dbType=H2 # Actor parameters # |