diff options
author | Jim Hahn <jrh3@att.com> | 2021-02-09 13:01:55 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-02-09 13:07:22 -0500 |
commit | 7081b69b3f60ea7cbbfad0d4f421dbdd55674731 (patch) | |
tree | 7dbff4642c8552cd21ffb6291f4997025bd6d2c1 /controlloop/common/eventmanager/src/main/resources/META-INF | |
parent | 6d5c367c38a83608f5c0639692e7f7eba772a88f (diff) |
Upgrade dependencies
Added target-database property.
Also moved the db-driver value out of persistence.xml and into
properties.
Issue-ID: POLICY-3005
Change-Id: I2c9e53c099e400c32d11632f8732e770a7abba9f
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/eventmanager/src/main/resources/META-INF')
-rw-r--r-- | controlloop/common/eventmanager/src/main/resources/META-INF/persistence.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/controlloop/common/eventmanager/src/main/resources/META-INF/persistence.xml b/controlloop/common/eventmanager/src/main/resources/META-INF/persistence.xml index c3c633674..f5d313adc 100644 --- a/controlloop/common/eventmanager/src/main/resources/META-INF/persistence.xml +++ b/controlloop/common/eventmanager/src/main/resources/META-INF/persistence.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= drools-applications ================================================================================ - Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2021 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. @@ -30,7 +30,6 @@ <properties> <property name="eclipselink.ddl-generation" value="create-or-extend-tables" /> - <property name="javax.persistence.jdbc.driver" value="org.mariadb.jdbc.Driver" /> <property name="eclipselink.logging.level" value="WARNING" /> </properties> </persistence-unit> |