summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-04 13:57:39 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-04 13:57:45 -0400
commitb024e00e91f0290b7fb32264f9bbb9c2c1155b46 (patch)
treec2872d03a9f8b147b8051c87347c0a3bb56efd01
parent2db050d3960f9b06f34687ea3dea105dc836a9a1 (diff)
Upgrade and add mariadb artifact
Multiple repositories use mariadb and have selected different versions. This will keep us consistent between repos and manage the license/security issue for mariadb. Issue-ID: POLICY-1059 Change-Id: Ifd49f5dd09bcee071d08dbaa46556948ccdf8467 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--integration/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 523f034d..3b53cdf7 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>