diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-08-21 10:24:22 -0400 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2018-08-24 08:42:14 -0400 |
commit | 491bb45abbe2ebaed74efb7fa99616eeeb59fd73 (patch) | |
tree | 3a118606cacd81b4c6bd0a608ce23793e6edbf4e /features/ccsdk-sli-adaptors-all | |
parent | e864171d3d4f378a150466161f7162070368e554 (diff) |
Add netbox-client to the ccsdk global feature
Change-Id: I33ce7ac099039af3a40db22eed3687285196dc66
Issue-ID: CCSDK-462
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'features/ccsdk-sli-adaptors-all')
-rw-r--r-- | features/ccsdk-sli-adaptors-all/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/features/ccsdk-sli-adaptors-all/pom.xml b/features/ccsdk-sli-adaptors-all/pom.xml index 871f3bbd8..64bc2605a 100644 --- a/features/ccsdk-sli-adaptors-all/pom.xml +++ b/features/ccsdk-sli-adaptors-all/pom.xml @@ -60,6 +60,13 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> + <artifactId>ccsdk-netbox-client</artifactId> + <version>${project.version}</version> + <type>xml</type> + <classifier>features</classifier> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> <artifactId>ccsdk-mdsal-resource</artifactId> <version>${project.version}</version> <type>xml</type> |