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/features | |
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/features')
-rw-r--r-- | netbox-client/features/ccsdk-netbox-client/pom.xml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/netbox-client/features/ccsdk-netbox-client/pom.xml b/netbox-client/features/ccsdk-netbox-client/pom.xml index c2775718..61dcf4ec 100644 --- a/netbox-client/features/ccsdk-netbox-client/pom.xml +++ b/netbox-client/features/ccsdk-netbox-client/pom.xml @@ -31,36 +31,27 @@ <name>ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId}</name> - <properties> <ccsdk.sli.adaptors.version>${project.version}</ccsdk.sli.adaptors.version> </properties> - <dependencies> <dependency> - <groupId>org.opendaylight.controller</groupId> - <artifactId>odl-mdsal-broker</artifactId> - <type>xml</type> - <classifier>features</classifier> - </dependency> - - <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-sli</artifactId> <version>${ccsdk.sli.core.version}</version> <type>xml</type> <classifier>features</classifier> + <scope>provided</scope> </dependency> - <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-dblib</artifactId> <version>${ccsdk.sli.core.version}</version> <type>xml</type> <classifier>features</classifier> + <scope>provided</scope> </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>netbox-client-provider</artifactId> |