Remove saltstack-adaptor from adaptors-all group

saltstack-adaptor has dependencies on app-c code that need to be
removed (otherwise there is circular dependency).  Meanwhile, saltstack
adaptor should be removed from the adaptors-all feature.

Change-Id: I43df1a87bc86d885ff127a794915038146564ea3
Issue-ID: CCSDK-489
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/features/ccsdk-sli-adaptors-all/pom.xml b/features/ccsdk-sli-adaptors-all/pom.xml
index 77ccb4c..18d8658 100644
--- a/features/ccsdk-sli-adaptors-all/pom.xml
+++ b/features/ccsdk-sli-adaptors-all/pom.xml
@@ -37,6 +37,7 @@
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <!-- saltstack-adapter needs to be changed to remove dependency on app-c code 
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>ccsdk-saltstack-adapter</artifactId>
@@ -44,6 +45,7 @@
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        -->
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>ccsdk-netbox-client</artifactId>