diff options
author | Dan Timoney <dt5972@att.com> | 2018-09-11 20:57:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-11 20:57:31 +0000 |
commit | 14494258aa1648da961a065c4379761e505f915e (patch) | |
tree | 4d1ebaa2eadc5e3b590916f1ed17d2c0a50b9a37 /ms/controllerblueprints | |
parent | e95c46dd5576bd71e0f7d98e1f203dee1a72855d (diff) | |
parent | 4aef40d95a9e52c9e9cba70582003c0943febdf6 (diff) |
Merge "Controller Blueprints Microservice"
Diffstat (limited to 'ms/controllerblueprints')
-rw-r--r-- | ms/controllerblueprints/modules/service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/controllerblueprints/modules/service/pom.xml b/ms/controllerblueprints/modules/service/pom.xml index 524e0ebe..e95c1f73 100644 --- a/ms/controllerblueprints/modules/service/pom.xml +++ b/ms/controllerblueprints/modules/service/pom.xml @@ -60,8 +60,8 @@ <scope>runtime</scope>
</dependency>
<dependency>
- <groupId>org.mariadb.jdbc</groupId>
- <artifactId>mariadb-java-client</artifactId>
+ <groupId>org.mariadb.jdbc</groupId>
+ <artifactId>mariadb-java-client</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
|