diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-02-01 16:02:18 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-02-01 16:02:18 -0500 |
commit | 61964d602ad438a4474d392a1c40b1022691ef45 (patch) | |
tree | 48355d08e58dcd9d416dd73ef39c937108e599bd /features | |
parent | c6a496780da9dc1a08fdec5aefa54a78a7b28fec (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>
Diffstat (limited to 'features')
-rw-r--r-- | features/ccsdk-sli-adaptors-all/pom.xml | 2 |
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 77ccb4c8b..18d8658ea 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> |