aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2019-01-31 11:02:41 -0500
committerTschaen, Brendan <ctschaen@att.com>2019-01-31 11:02:41 -0500
commitc260a14f888e09ce767ac6b9f6353c87f0cd034d (patch)
treecfb64491e75952539e8c9eb3b6800ddbc6228da4 /pom.xml
parentb357ddb0869c2cc44eb0bd5800ed66914f49c468 (diff)
Switch to using mariadb connector
Change-Id: I24a756971b8b653cf2c753f76995b53c53b68d52 Issue-ID: MUSIC-289 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cbd2771..3541978 100755
--- a/pom.xml
+++ b/pom.xml
@@ -129,10 +129,17 @@
<version>20160810</version>
</dependency>
<dependency>
+ <groupId>org.mariadb.jdbc</groupId>
+ <artifactId>mariadb-java-client</artifactId>
+ <version>2.3.0</version>
+ </dependency>
+<!-- Using mariadb connector above per onap requirements
+ <dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.32</version>
</dependency>
+-->
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>