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-07 18:45:12 -0400 |
commit | 10a5e0fcee8ef9e31ea1147306a943386a81b6e3 (patch) | |
tree | c4a25257da93cde6395647303c48ab5f46355c73 /plugins/features | |
parent | dd477ba94c66fd9c5fd1a73b57a64348ac073023 (diff) |
Synching artifacts and features-all poms
Issue-ID: CCSDK-3368
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I1fc01511aa98dd8b416a3ff6dd378ae95399e3aa
Diffstat (limited to 'plugins/features')
-rw-r--r-- | plugins/features/ccsdk-sli-plugins-all/pom.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/features/ccsdk-sli-plugins-all/pom.xml b/plugins/features/ccsdk-sli-plugins-all/pom.xml index bd9785f9e..dfb025ab9 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> |