diff options
Diffstat (limited to 'products/pom.xml')
-rw-r--r-- | products/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/products/pom.xml b/products/pom.xml index 5385677b..02a7f242 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -42,6 +42,11 @@ <artifactId>cli-profiles-snmp</artifactId> <version>${project.parent.version}</version> </dependency> + <dependency> + <groupId>org.onap.cli</groupId> + <artifactId>cli-profiles-robot</artifactId> + <version>${project.parent.version}</version> + </dependency> </dependencies> <profiles> <profile> @@ -63,6 +68,15 @@ </modules> </profile> <profile> + <id>etsi-mano</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <modules> + <module>etsi-mano</module> + </modules> + </profile> + <profile> <id>onap-casablanca</id> <activation> <activeByDefault>false</activeByDefault> |