diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-13 08:11:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-15 18:59:26 +0000 |
commit | 8d0ae0a590aaf675823464eaf60f1ae073430057 (patch) | |
tree | cd86cf8336c2be56654f308646a0bcbfd2e7c3fb | |
parent | 6a617a68a70b8e6e033c931341e8b204f5b527a7 (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
(cherry picked from commit 752248349615d55473dcfdd9f4b141e8706716fa)
-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 c65e797eb..a394bdd0c 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> |