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 /northbound/artifacts | |
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 'northbound/artifacts')
-rwxr-xr-x | northbound/artifacts/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/northbound/artifacts/pom.xml b/northbound/artifacts/pom.xml index cd2916ecd..e2b9ed95d 100755 --- a/northbound/artifacts/pom.xml +++ b/northbound/artifacts/pom.xml @@ -28,21 +28,21 @@ <artifactId>ccsdk-asdcApi</artifactId> <version>${project.version}</version> <type>xml</type> - <classifier>feature</classifier> + <classifier>features</classifier> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>ccsdk-dataChange</artifactId> <version>${project.version}</version> <type>xml</type> - <classifier>feature</classifier> + <classifier>features</classifier> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>ccsdk-lcm</artifactId> <version>${project.version}</version> <type>xml</type> - <classifier>feature</classifier> + <classifier>features</classifier> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.northbound</groupId> |