diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-03 13:37:39 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-03 13:38:55 -0400 |
commit | ab6a016e0406473f25a6eff7312257ab395208d2 (patch) | |
tree | 745ac00614204262abdb94e26e9854504d9acab8 /odlparent/feature-repo-parent/pom.xml | |
parent | bed9588ef11d6b212d3501d1b81ce3a10051a155 (diff) |
Revert "Use preinstalled version of mariadb"
Preinstalled version of mariadb (1.5.9) does not seem to work
with embedded tomcat connection pools. Or rather, using this version
forces the very ClassNotFoundException we were trying to fix.
Change-Id: I42ea6620888dd2c0aba896f141bb309ac207d095
Issue-ID: CCSDK-1445
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlparent/feature-repo-parent/pom.xml')
-rw-r--r-- | odlparent/feature-repo-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index a7e6e2c2..d9b3dd57 100644 --- a/odlparent/feature-repo-parent/pom.xml +++ b/odlparent/feature-repo-parent/pom.xml @@ -182,7 +182,7 @@ <derby.version>10.14.2.0</derby.version> <eelf.version>1.0.0</eelf.version> <grpc.version>1.17.1</grpc.version> - <mariadb.connector.version>1.5.9</mariadb.connector.version> + <mariadb.connector.version>2.1.1</mariadb.connector.version> <mariadb4j.version>2.2.3</mariadb4j.version> <testng.version>6.11</testng.version> <tomcat-jdbc.version>8.5.14</tomcat-jdbc.version> |