Use MariaDB instead of Derby
[ccsdk/sli/core.git] / sliapi / springboot / pom.xml
index 2a3fbcb..269caa4 100644 (file)
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
-            <scope>runtime</scope>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mariadb.jdbc</groupId>
+            <artifactId>mariadb-java-client</artifactId>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
                <dependency>
                        <groupId>org.onap.logging-analytics</groupId>
                        <artifactId>logging-filter-spring</artifactId>
-                       <version>1.6.4</version>
+            <version>1.6.6</version>
                </dependency>
                <dependency>
                        <groupId>javax.ws.rs</groupId>