diff options
author | Dan Timoney <dtimoney@att.com> | 2019-08-09 18:18:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-09 18:18:32 +0000 |
commit | d9105054ab02ecbc7b323624ecfc563ed3c0c0f6 (patch) | |
tree | 2235c39c4a22cdcc38cd1fd3867264ab020f997b /netbox-client/provider | |
parent | 3ed9bd274112e2a66a631dbdd3805de00892b9fa (diff) | |
parent | 7cf0006685aa6dcf357dc4705ee29ec2df75a663 (diff) |
Merge "sli adaptors features file cleanup"
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> |