diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-12 16:42:03 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-12 16:42:33 -0400 |
commit | ddd8720d597fc9053a455b10445fb253adbc4bf7 (patch) | |
tree | bbbbd5b99273127806ce87ef3ffcdfa58d59b437 /ecomp-sdk/epsdk-core/pom.xml | |
parent | 79d729df66d997774a3ea87ea4f4fba255da51f6 (diff) |
Switch to Mariadb connector.
Issue: PORTAL-104
Change-Id: I71651b5dbbbe397d91168d59dfbc37d4da5778ea
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-core/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-core/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml index 0e712f75..9be09a7c 100644 --- a/ecomp-sdk/epsdk-core/pom.xml +++ b/ecomp-sdk/epsdk-core/pom.xml @@ -221,10 +221,11 @@ <artifactId>jackson-databind</artifactId> <version>2.6.3</version> </dependency> + <!-- Use Mariadb connector --> <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <version>5.1.22</version> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + <version>1.5.8</version> </dependency> <dependency> |