diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-09-04 20:12:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-04 20:12:31 +0000 |
commit | 4eebba738c5258bf3f45b321ccab5cee4ba0a41d (patch) | |
tree | 24268fe880a26ee0e16dd84601f50a1681ffbd53 /integration/pom.xml | |
parent | 2aa896678483b929d803c5d4974d8fe57c313779 (diff) | |
parent | b024e00e91f0290b7fb32264f9bbb9c2c1155b46 (diff) |
Merge "Upgrade and add mariadb artifact"
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 6eaae30f..54ec6f9b 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -47,6 +47,13 @@ <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> |