Replace Eclipselink with Hibernate
[policy/drools-applications.git] / controlloop / common / eventmanager / src / test / resources / eventService / event-svc-with-db.properties
index c20f82b..0d550bf 100644 (file)
@@ -3,6 +3,7 @@
 # ONAP
 # ===============================================================================
 # Copyright (C) 2020-2021 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.
@@ -28,3 +29,5 @@ actor.service.XACML.operations.Guard.path=decide
 operation.history.url=jdbc:h2:mem:EventManagerServicesTest
 operation.history.userName=sa
 operation.history.password=
+operation.history.driver=org.h2.Driver
+operation.history.dbType=H2