summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-07-25 11:07:50 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-07-25 11:07:50 -0400
commit0ac49c7eeb5918da88d4fb377b77598e8d1a4ab8 (patch)
treecb10ec8232c5c3243849c6c4b613d9cbd37f39f1
parentea56542af7139307acd2c9a6476e04ac40c278be (diff)
Add missing maven repos
Add 2 new plugins (restconf-client, sshapi-call-node) to Maven repo Change-Id: Idd94ec823a079e00eb30bcccbc95ece29d823fc2 Issue-ID: CCSDK-397 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
-rw-r--r--odlsli/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/odlsli/pom.xml b/odlsli/pom.xml
index 1b573601..98629175 100644
--- a/odlsli/pom.xml
+++ b/odlsli/pom.xml
@@ -170,6 +170,20 @@
</dependency>
<dependency>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
+ <artifactId>restconf-client-installer</artifactId>
+ <version>${ccsdk.sli.plugins.version}</version>
+ <classifier>repo</classifier>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.plugins</groupId>
+ <artifactId>sshapi-call-node-installer</artifactId>
+ <version>${ccsdk.sli.plugins.version}</version>
+ <classifier>repo</classifier>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.plugins</groupId>
<artifactId>sliplugins-features-installer</artifactId>
<version>${ccsdk.sli.plugins.version}</version>
<classifier>repo</classifier>