Add missing maven repos 59/57559/1
authorTimoney, Dan (dt5972) <dt5972@att.com>
Wed, 25 Jul 2018 15:07:50 +0000 (11:07 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Wed, 25 Jul 2018 15:07:50 +0000 (11:07 -0400)
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>
odlsli/pom.xml

index 1b57360..9862917 100644 (file)
                        <classifier>repo</classifier>
                        <type>zip</type>
                </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>