aboutsummaryrefslogtreecommitdiffstats
path: root/dblib/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-03 13:35:52 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-03 13:35:52 +0000
commit04dfb1ad4293791456c326f6d3f21f5f2b6e4a2c (patch)
treeb159fc96339529129e003727b7fd66cc62b5f025 /dblib/provider/pom.xml
parent78af232946c8534fa154bd0b425daf2bcac73e00 (diff)
parentd73d257d76fa8211113fa3ef1a4e4058e67f4f2c (diff)
Merge "Add unit tests for dblib"
Diffstat (limited to 'dblib/provider/pom.xml')
-rwxr-xr-xdblib/provider/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml
index d0dc7293..730919de 100755
--- a/dblib/provider/pom.xml
+++ b/dblib/provider/pom.xml
@@ -21,6 +21,12 @@
<version>${junit.version}</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>equinoxSDK381</groupId>
<artifactId>org.eclipse.osgi</artifactId>