diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-07 18:22:28 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-08 13:24:56 -0400 |
commit | 2901cd97235c50b03bed3c997246b950d0f68bf8 (patch) | |
tree | 6ee039090b0ef16eac387d035872ae55092016a2 /plugins | |
parent | 8a1e6dfddf777e5ce84a2112f4a0f1f42246f293 (diff) |
Synching artifacts and features-all poms
Issue-ID: CCSDK-3368
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I0876bdc0c5ee704f6194691341df313248bdcf0a
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/artifacts/pom.xml | 30 | ||||
-rw-r--r-- | plugins/features/ccsdk-sli-plugins-all/pom.xml | 8 |
2 files changed, 21 insertions, 17 deletions
diff --git a/plugins/artifacts/pom.xml b/plugins/artifacts/pom.xml index 2b4a3b091..0e70d565f 100755 --- a/plugins/artifacts/pom.xml +++ b/plugins/artifacts/pom.xml @@ -28,39 +28,37 @@ <artifactId>ccsdk-properties-node</artifactId> <version>${project.version}</version> <type>xml</type> - <classifier>feature</classifier> + <classifier>features</classifier> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>ccsdk-restapi-call-node</artifactId> <version>${project.version}</version> <type>xml</type> - <classifier>feature</classifier> + <classifier>features</classifier> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>ccsdk-restconf-client</artifactId> <version>${project.version}</version> <type>xml</type> - <classifier>feature</classifier> + <classifier>features</classifier> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.plugins</groupId> - <artifactId>ccsdk-template-node</artifactId> + <artifactId>ccsdk-sshapi-call-node</artifactId> <version>${project.version}</version> <type>xml</type> - <classifier>feature</classifier> - </dependency> - <dependency> - <groupId>org.onap.ccsdk.sli.plugins</groupId> - <artifactId>fabric-discovery-plugin-provider</artifactId> - <version>${project.version}</version> + <classifier>features</classifier> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.plugins</groupId> - <artifactId>fabric-discovery-plugin-installer</artifactId> + <artifactId>ccsdk-template-node</artifactId> <version>${project.version}</version> + <type>xml</type> + <classifier>features</classifier> </dependency> + <dependency> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>properties-node-provider</artifactId> @@ -93,6 +91,16 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.sli.plugins</groupId> + <artifactId>sshapi-call-node-provider</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.plugins</groupId> + <artifactId>sshapi-call-node-installer</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node-provider</artifactId> <version>${project.version}</version> </dependency> diff --git a/plugins/features/ccsdk-sli-plugins-all/pom.xml b/plugins/features/ccsdk-sli-plugins-all/pom.xml index a967a3bc7..566fb10ef 100644 --- a/plugins/features/ccsdk-sli-plugins-all/pom.xml +++ b/plugins/features/ccsdk-sli-plugins-all/pom.xml @@ -24,7 +24,6 @@ <type>xml</type> <classifier>features</classifier> </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>ccsdk-restapi-call-node</artifactId> @@ -32,7 +31,6 @@ <type>xml</type> <classifier>features</classifier> </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>ccsdk-restconf-client</artifactId> @@ -40,18 +38,16 @@ <type>xml</type> <classifier>features</classifier> </dependency> - <dependency> <groupId>${project.groupId}</groupId> - <artifactId>ccsdk-template-node</artifactId> + <artifactId>ccsdk-sshapi-call-node</artifactId> <version>${project.version}</version> <type>xml</type> <classifier>features</classifier> </dependency> - <dependency> <groupId>${project.groupId}</groupId> - <artifactId>ccsdk-sshapi-call-node</artifactId> + <artifactId>ccsdk-template-node</artifactId> <version>${project.version}</version> <type>xml</type> <classifier>features</classifier> |