aboutsummaryrefslogtreecommitdiffstats
path: root/validate/validation/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'validate/validation/pom.xml')
-rw-r--r--validate/validation/pom.xml33
1 files changed, 31 insertions, 2 deletions
diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml
index 8c204d87..cdbf43c2 100644
--- a/validate/validation/pom.xml
+++ b/validate/validation/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli-validate</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
</parent>
<artifactId>cli-validation</artifactId>
@@ -53,7 +53,36 @@
<artifactId>cli-plugins-sample</artifactId>
<version>${project.version}</version>
</dependency>
-
+ <dependency>
+ <groupId>org.onap.cli</groupId>
+ <artifactId>cli-plugins-onap-1.1-catalog</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.cli</groupId>
+ <artifactId>cli-plugins-onap-1.1-auth</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.cli</groupId>
+ <artifactId>cli-plugins-onap-1.1-features-so</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.cli</groupId>
+ <artifactId>cli-plugins-onap-1.1-features-sdc</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.cli</groupId>
+ <artifactId>cli-plugins-onap-1.1-features-msb</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.cli</groupId>
+ <artifactId>cli-plugins-onap-1.1-features-aai</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<!-- <build>
<plugins>