summaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/ranSlice/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/northbound/ranSlice/provider/pom.xml')
-rw-r--r--sdnr/northbound/ranSlice/provider/pom.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/sdnr/northbound/ranSlice/provider/pom.xml b/sdnr/northbound/ranSlice/provider/pom.xml
index f2e8805ae..03563b9cc 100644
--- a/sdnr/northbound/ranSlice/provider/pom.xml
+++ b/sdnr/northbound/ranSlice/provider/pom.xml
@@ -123,16 +123,16 @@
<!-- <version>${sdnctl.sli.version}</version> -->
</dependency>
<dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.onap.ccsdk.sli.core</groupId>
- <artifactId>sli-provider-base</artifactId>
- <version>${ccsdk.sli.core.version}</version>
- <scope>provided</scope>
- </dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>sli-provider-base</artifactId>
+ <version>${ccsdk.sli.core.version}</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>