diff options
author | Dan Timoney <dt5972@att.com> | 2018-08-24 19:28:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-24 19:28:15 +0000 |
commit | e05941460fcd59519943a70fa81d6ba1eff76042 (patch) | |
tree | eb62fe3a153b3b4bb295814049bc9e7daa78ab25 | |
parent | 1d46d598f9c94ca53364cb57ea3e96e4a7eb9192 (diff) | |
parent | 491bb45abbe2ebaed74efb7fa99616eeeb59fd73 (diff) |
Merge "Add netbox-client to the ccsdk global feature"
-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> |