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
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 0f2b077..2380e8e 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>