diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-13 08:11:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-13 08:32:56 -0400 |
commit | 752248349615d55473dcfdd9f4b141e8706716fa (patch) | |
tree | 7d3cd898737c06635849c37ab8fe48beb8fafe88 /sdnr | |
parent | e8c830df7d9915cb0d9d9fe9b47c3ca2f03aeafc (diff) |
Remove A1 adaptor from sdnr-northbound-all aggregator
Remove A1 adaptor from sdnr-northbound-all feature aggregator so
that it can be optionally installed separately.
Issue-ID: CCSDK-2371
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ie06aa1652b3b498a6b2c60896e102e55fb98d560
Diffstat (limited to 'sdnr')
-rw-r--r-- | sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml b/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml index 0f2b0777c..2380e8eac 100644 --- a/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml +++ b/sdnr/northbound/features/ccsdk-features-sdnr-northbound-all/pom.xml @@ -67,13 +67,6 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>a1Adapter-feature</artifactId> - <version>${project.version}</version> - <type>xml</type> - <classifier>features</classifier> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> <artifactId>CMNotify-feature</artifactId> <version>${project.version}</version> <type>xml</type> |