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 | |
parent | e95c46dd5576bd71e0f7d98e1f203dee1a72855d (diff) | |
parent | 4aef40d95a9e52c9e9cba70582003c0943febdf6 (diff) |
Merge "Controller Blueprints Microservice"
-rw-r--r-- | ms/controllerblueprints/modules/service/pom.xml | 4 | ||||
-rw-r--r-- | ms/pom.xml | 3 |
2 files changed, 4 insertions, 3 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>
@@ -38,8 +38,9 @@ <description>Micro-services</description> <modules> + <module>controllerblueprints</module> <module>neng</module> - <module>vlantag-api</module> + <module>vlantag-api</module> </modules> </project> |