diff options
author | Ryan Goulding <ryandgoulding@gmail.com> | 2017-09-07 15:21:05 -0400 |
---|---|---|
committer | Ryan Goulding <ryandgoulding@gmail.com> | 2017-09-12 09:17:38 -0400 |
commit | 3f9970cb513e632ea5c1613c3b7ff577ac9fd4d1 (patch) | |
tree | 3d4803613e384000483aa85dfe7bb99d83d5f526 /dataChange/features/pom.xml | |
parent | 43348099556e047d28a1cdbf85fedf9e7e8a6d47 (diff) |
Fix SDNC service registration
Move the northbound to utilize Aries Blueprint instead of ODL's
configuration subsystem
Change-Id: I7388391d40912136176bb28b817157676f71557d
Issue-Id: SDNC-54
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
Diffstat (limited to 'dataChange/features/pom.xml')
-rwxr-xr-x | dataChange/features/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dataChange/features/pom.xml b/dataChange/features/pom.xml index cd48d3f52..9d140cb6e 100755 --- a/dataChange/features/pom.xml +++ b/dataChange/features/pom.xml @@ -20,12 +20,6 @@ <dependency> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>dataChange-provider</artifactId> - <classifier>config</classifier> - <type>xml</type> - </dependency> - <dependency> - <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>dataChange-provider</artifactId> </dependency> <dependency> |