diff options
author | Kanagaraj Manickam <mkr1481@gmail.com> | 2019-04-10 10:30:22 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-04-10 10:30:22 +0530 |
commit | 7d69084fe80e689e70a6e01f0c82aa2c40ca2ee1 (patch) | |
tree | ed7d9c217e30ba221345a41545d162eab0e000be /validate | |
parent | e3d3cf460ebe653d0c79e9545166167745711518 (diff) |
Add validation for dublin features
Issue-ID: CLI-152
Change-Id: I8c552ac1c38f54ab5e8760aff44da59713d71ab8
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'validate')
-rw-r--r-- | validate/validation/pom.xml | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index 9ac3ee9f..097db45f 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -45,7 +45,47 @@ </dependency> <dependency> <groupId>org.onap.cli</groupId> - <artifactId>cli-products-onap-casablanca-catalog</artifactId> + <artifactId>cli-products-onap-dublin-auth</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.cli</groupId> + <artifactId>cli-products-onap-dublin-catalog</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.cli</groupId> + <artifactId>cli-products-onap-dublin-features-aai</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.cli</groupId> + <artifactId>cli-products-onap-dublin-features-msb</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.cli</groupId> + <artifactId>cli-products-onap-dublin-features-sdc</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.cli</groupId> + <artifactId>cli-products-onap-dublin-features-policy</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.cli</groupId> + <artifactId>cli-products-onap-dublin-features-multicloud</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.cli</groupId> + <artifactId>cli-products-onap-dublin-features-vfc</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.cli</groupId> + <artifactId>cli-products-onap-dublin-features-sdnc</artifactId> <version>${project.version}</version> </dependency> <dependency> |