diff options
author | Kanagaraj Manickam <mkr1481@gmail.com> | 2019-03-11 14:48:03 +0800 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-03-11 14:49:57 +0800 |
commit | d93bd257f9afd7b610fee31ef921fbd1aa300417 (patch) | |
tree | 5f13f1054ee5b534d6434d06a1f2e3066b5cfb49 /products | |
parent | d4af899cf464a44492e5f558ea4b6819c073decf (diff) |
Add dublin product in products pom.xml
Issue-ID: CLI-129
Change-Id: I0a7552008d458d9f139d0d444ac6283678d55687
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products')
-rw-r--r-- | products/onap-dublin/features/pom.xml | 1 | ||||
-rw-r--r-- | products/pom.xml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/products/onap-dublin/features/pom.xml b/products/onap-dublin/features/pom.xml index 7121d37c..7e0bcc2d 100644 --- a/products/onap-dublin/features/pom.xml +++ b/products/onap-dublin/features/pom.xml @@ -34,7 +34,6 @@ <modules> <module>aai</module> <module>msb</module> - <module>vnfsdk</module> <module>sdc</module> </modules> diff --git a/products/pom.xml b/products/pom.xml index 136ef981..c07955cf 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -60,6 +60,7 @@ </activation> <modules> <module>onap-casablanca</module> + <module>onap-dublin</module> </modules> </profile> <profile> |