diff options
Diffstat (limited to 'features/sdnc-northbound-all/pom.xml')
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 31e7cab5..f6bedc49 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -15,18 +15,18 @@ <packaging>feature</packaging> <name>sdnc-northbound :: features :: ${project.artifactId}</name> + <dependencyManagement> <dependencies> <dependency> - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sli-core-artifacts</artifactId> - <version>${ccsdk.sli.core.version}</version> - <type>pom</type> - <scope>import</scope> + <groupId>org.onap.ccsdk.sli.core</groupId> + <artifactId>sli-core-artifacts</artifactId> + <version>${ccsdk.sli.core.version}</version> + <type>pom</type> + <scope>import</scope> </dependency> </dependencies> </dependencyManagement> - <dependencies> <dependency> <groupId>${project.groupId}</groupId> |