diff options
-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> |