aboutsummaryrefslogtreecommitdiffstats
path: root/sli/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-13 16:32:45 -0400
committerDan Timoney <dtimoney@att.com>2017-09-13 16:32:45 -0400
commit3fa9671f720dd95bf15a5a4668aa89a7c3dd93e7 (patch)
treea05c9b61c7f3629571c5f9c4f8e4866ab6302565 /sli/provider/pom.xml
parentd315e6996052dc81c7e5deebd7fc4229a4e93c0c (diff)
Use oparent-odlparent in sli/core
Update sli/core to use oparent-odlparent. To prevent verify builds from failing due to unit test errors, also changed unit tests that require database access to use MariaDB4j to start up a local MariaDB database. Change-Id: I928b7e1e83bdb328ca9e0785c8b81f67f982eeda Issue-ID: CCSDK-43 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sli/provider/pom.xml')
-rwxr-xr-xsli/provider/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sli/provider/pom.xml b/sli/provider/pom.xml
index f665c56a..529f9769 100755
--- a/sli/provider/pom.xml
+++ b/sli/provider/pom.xml
@@ -19,6 +19,12 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>ch.vorburger.mariaDB4j</groupId>
+ <artifactId>mariaDB4j</artifactId>
+ <version>2.2.3</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>