diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-18 14:02:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-18 14:02:41 +0000 |
commit | 133677a0626ad01db8c8c949bce862dad04e35b8 (patch) | |
tree | 4c4825330b9df6807eaa9bab7cf7d4b0b289423c /sdnr/northbound | |
parent | 4a3d0de8e8945d3e7e7524b99fbb8bb3669efa4d (diff) | |
parent | 8d0ae0a590aaf675823464eaf60f1ae073430057 (diff) |
Merge "Remove A1 adaptor from sdnr-northbound-all aggregator" into frankfurt
Diffstat (limited to 'sdnr/northbound')
-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> |