summaryrefslogtreecommitdiffstats
path: root/dependencies
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2020-01-07 10:06:08 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2020-01-07 10:06:12 -0500
commitbcc615679d65ddd42f322c5e1903b794ef236dfd (patch)
tree0c3f59d2168a5b39dad4ddfbe862a9d3a12027d8 /dependencies
parent11be2495af543b23fe3396f65b3aeb240684f8dd (diff)
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>
Diffstat (limited to 'dependencies')
-rwxr-xr-xdependencies/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index bd0f1c05..6534f3e6 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>