aboutsummaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-11-28 21:33:16 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-28 21:33:16 +0000
commit85d6ddebaad320f05e1ffee82bbf16e25f50b5b0 (patch)
treed4d0c5a153c85dc1e93fed61058532e06c8cb75b /ms
parentdeb4aafefd02910d14746e70e391b057546ebd08 (diff)
parentaa901b9e75c5918e097ebd1f0a14de5c84d3c371 (diff)
Merge "Enable blueprintprocessor and vlantag-api"
Diffstat (limited to 'ms')
-rw-r--r--ms/pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/ms/pom.xml b/ms/pom.xml
index 0493db15..9a80e6f5 100644
--- a/ms/pom.xml
+++ b/ms/pom.xml
@@ -19,14 +19,15 @@
* ============LICENSE_END=========================================================
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
<version>1.2.0-SNAPSHOT</version>
- <relativePath />
+ <relativePath/>
</parent>
<groupId>org.onap.ccsdk.apps</groupId>
@@ -38,9 +39,10 @@
<description>Micro-services</description>
<modules>
- <module>controllerblueprints</module>
+ <module>controllerblueprints</module>
+ <module>blueprintsprocessor</module>
<module>neng</module>
- <!--module>vlantag-api</module-->
+ <module>vlantag-api</module>
</modules>
</project>