diff options
Diffstat (limited to 'northbound/artifacts/pom.xml')
-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 e2b229e12..1d06144e0 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> |