Replace mysql with mariadb
[sdnc/oam.git] / dgbuilder / pom.xml
index 3f25364..a2b5e8c 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.sdnc.oam</groupId>
                <artifactId>sdnc-oam</artifactId>
-               <version>1.2.1-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
@@ -13,7 +13,7 @@
        <groupId>org.onap.sdnc.oam</groupId>
        <artifactId>dgbuilder</artifactId>
 
-       <version>1.2.1-SNAPSHOT</version>
+       <version>1.3.0-SNAPSHOT</version>
 
        <name>Directed Graph Builder</name>
        <description>Directed Graph Builder</description>
                        <artifactId>sli-common</artifactId>
                        <version>${sdnctl.sli.version}</version>
                </dependency>
-               <dependency>
-                       <groupId>mysql</groupId>
-                       <artifactId>mysql-connector-java</artifactId>
-                       <version>5.1.31</version>
-                       <type>jar</type>
-               </dependency>
+        <dependency>
+            <groupId>org.mariadb.jdbc</groupId>
+            <artifactId>mariadb-java-client</artifactId>
+            <version>${mariadb.connector.version}</version>
+        </dependency>
                <dependency>
                        <groupId>org.antlr</groupId>
                        <artifactId>antlr4</artifactId>