summaryrefslogtreecommitdiffstats
path: root/northbound
diff options
context:
space:
mode:
Diffstat (limited to 'northbound')
-rwxr-xr-xnorthbound/artifacts/pom.xml6
-rw-r--r--northbound/features/ccsdk-sli-northbound-all/pom.xml1
2 files changed, 3 insertions, 4 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>
diff --git a/northbound/features/ccsdk-sli-northbound-all/pom.xml b/northbound/features/ccsdk-sli-northbound-all/pom.xml
index 1f547c825..ec5e4b4a7 100644
--- a/northbound/features/ccsdk-sli-northbound-all/pom.xml
+++ b/northbound/features/ccsdk-sli-northbound-all/pom.xml
@@ -38,6 +38,5 @@
<type>xml</type>
<classifier>features</classifier>
</dependency>
-
</dependencies>
</project>