diff options
author | Jim Hahn <jrh3@att.com> | 2021-02-10 07:48:27 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-02-10 07:49:16 -0500 |
commit | 91d9acd26c90365e940a3eabd5265bf913b83a1e (patch) | |
tree | 8b0de0e741f928abaf02ece4df6c760c6d044e8a /packages/policy-xacmlpdp-tarball/src | |
parent | fabdeccda13ee7a284e483ca6649a5678188f9bd (diff) |
Upgrade dependencies
Updated properties to work with the new version of eclipselink.
Issue-ID: POLICY-3005
Change-Id: I88091a90387e235ef5c168de7a3275056327d83e
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'packages/policy-xacmlpdp-tarball/src')
-rw-r--r-- | packages/policy-xacmlpdp-tarball/src/main/resources/apps/guard/xacml.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/policy-xacmlpdp-tarball/src/main/resources/apps/guard/xacml.properties b/packages/policy-xacmlpdp-tarball/src/main/resources/apps/guard/xacml.properties index 1b9cb4db..e0ac746c 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/resources/apps/guard/xacml.properties +++ b/packages/policy-xacmlpdp-tarball/src/main/resources/apps/guard/xacml.properties @@ -47,6 +47,7 @@ xacml.pip.engines=count-recent-operations,get-operation-outcome # # JPA Properties # +eclipselink.target-database=MySQL javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver javax.persistence.jdbc.url=jdbc:mariadb://mariadb:3306/operationshistory javax.persistence.jdbc.user=policy_user |