Update mariadb installation

Update to install mariadb java client like all other dependencies instead
of as special case.

Change-Id: I31040362ad89c90ca47be238b438e7e7733cefb7
Issue-ID: CCSDK-2005
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index bd0f1c0..6534f3e 100755
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -106,6 +106,11 @@
             <artifactId>oauth1-client</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.mariadb.jdbc</groupId>
+            <artifactId>mariadb-java-client</artifactId>
+            <type>jar</type>
+        </dependency>
+        <dependency>
             <groupId>org.onap.logging-analytics</groupId>
             <artifactId>logging-filter-base</artifactId>
         </dependency>