aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-02-01 16:02:18 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-02-01 16:02:18 -0500
commit61964d602ad438a4474d392a1c40b1022691ef45 (patch)
tree48355d08e58dcd9d416dd73ef39c937108e599bd
parentc6a496780da9dc1a08fdec5aefa54a78a7b28fec (diff)
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>
-rw-r--r--features/ccsdk-sli-adaptors-all/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/ccsdk-sli-adaptors-all/pom.xml b/features/ccsdk-sli-adaptors-all/pom.xml
index 77ccb4c8..18d8658e 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>