diff options
author | Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> | 2020-02-19 07:22:45 +0000 |
---|---|---|
committer | Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> | 2020-02-19 07:22:50 +0000 |
commit | d5ae32097a639dae335426bf6b74b60582159936 (patch) | |
tree | 1116ee2a979b7c28a8f8ab054935baa0d2f9dc58 /features/sdnc-northbound-all | |
parent | 4bcb40673285fbcfff73986f6489cd6c72fa777e (diff) |
optical-service package added for service create
and service delete and to handle async notifications
from controller.
Change-Id: I117c331e73520a023b9a67a07ede9cc4171cd414
Issue-ID: SDNC-928
Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
Diffstat (limited to 'features/sdnc-northbound-all')
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 27e0a07c..cd3852ac 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -35,6 +35,13 @@ <type>xml</type> <classifier>features</classifier> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>sdnc-optical-service</artifactId> + <version>${project.version}</version> + <type>xml</type> + <classifier>features</classifier> + </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>sdnc-vnfapi</artifactId> |