aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-09-29 12:29:18 -0700
committerPatrick Brady <pb071s@att.com>2017-09-29 12:29:28 -0700
commit5cf9dc300bdf18ce134f34d19765f41943ef98f8 (patch)
tree58d8d74c03c8a9e0f4f9a433dd5583f5570929ed
parentd63f4496618ef0553b6e0740571629a7de8bacdb (diff)
Changing to mariadb
Change-Id: I3b95b1dd7fdf4b461033d3491230627b0b4a3254 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-252
-rw-r--r--platform-logic/installer/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml
index 0af7c0f..b8f125d 100644
--- a/platform-logic/installer/pom.xml
+++ b/platform-logic/installer/pom.xml
@@ -117,9 +117,9 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>${mysql.connector.version}</version>
+ <groupId>org.mariadb.jdbc</groupId>
+ <artifactId>mariadb-java-client</artifactId>
+ <version>${mariadb.connector.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>