aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-09-04 20:12:31 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-04 20:12:31 +0000
commit4eebba738c5258bf3f45b321ccab5cee4ba0a41d (patch)
tree24268fe880a26ee0e16dd84601f50a1681ffbd53
parent2aa896678483b929d803c5d4974d8fe57c313779 (diff)
parentb024e00e91f0290b7fb32264f9bbb9c2c1155b46 (diff)
Merge "Upgrade and add mariadb artifact"
-rw-r--r--integration/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 6eaae30f..54ec6f9b 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -47,6 +47,13 @@
<dependencyManagement>
<dependencies>
+ <!-- MariaDB -->
+ <dependency>
+ <groupId>org.mariadb.jdbc</groupId>
+ <artifactId>mariadb-java-client</artifactId>
+ <version>2.2.6</version>
+ </dependency>
+
<!-- Swagger Jersey2 JAXRS -->
<dependency>
<groupId>io.swagger</groupId>