diff options
author | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2019-08-01 19:38:33 +0000 |
---|---|---|
committer | Kevin Smokowski <kevin.smokowski@att.com> | 2019-08-08 13:40:03 +0000 |
commit | 7cf0006685aa6dcf357dc4705ee29ec2df75a663 (patch) | |
tree | 5395d8fb47974d57b9680558518067bdc470f97d /netbox-client/provider | |
parent | be718ade10ffe698739ae724d50628e559d28805 (diff) |
sli adaptors features file cleanup
sli adaptors features file cleanup
Issue-ID: CCSDK-1575
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: I2832b1e4b4ac09e2ecc7371f66322ea627f8c576
Diffstat (limited to 'netbox-client/provider')
-rw-r--r-- | netbox-client/provider/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netbox-client/provider/pom.xml b/netbox-client/provider/pom.xml index 04f18c87d..997dffe86 100644 --- a/netbox-client/provider/pom.xml +++ b/netbox-client/provider/pom.xml @@ -71,13 +71,13 @@ <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-common</artifactId> - <scope>compile</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliPluginUtils-provider</artifactId> <version>${project.version}</version> - <scope>compile</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> |