Upgrade and add mariadb artifact 95/64495/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 4 Sep 2018 17:57:39 +0000 (13:57 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 4 Sep 2018 17:57:45 +0000 (13:57 -0400)
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>
integration/pom.xml

index 523f034..3b53cdf 100644 (file)
 
     <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>