diff options
author | 2018-09-10 17:52:02 +0530 | |
---|---|---|
committer | 2018-09-11 15:12:30 +0530 | |
commit | 060f27451bac66ff909d1b5785752dd516a7cf66 (patch) | |
tree | db703202bc1d1b27b61f388669e57e84ddcd4de7 /products/onap-casablanca/features/pom.xml | |
parent | db11d36d20faa7bfb12203782d29a1a9ea67bb90 (diff) |
VTP: Add VNFSDK support
Issue-ID: VNFSDK-304
Change-Id: I3bb2e47606dc14c588ae47fd63eb7c575078b49a
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-casablanca/features/pom.xml')
-rw-r--r-- | products/onap-casablanca/features/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/products/onap-casablanca/features/pom.xml b/products/onap-casablanca/features/pom.xml index 7d2be871..82b03b4d 100644 --- a/products/onap-casablanca/features/pom.xml +++ b/products/onap-casablanca/features/pom.xml @@ -32,7 +32,8 @@ <packaging>pom</packaging> <modules> - <module>msb</module> + <module>msb</module> + <module>vnfsdk</module> </modules> <build> |