diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-04-09 16:13:38 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-04-09 16:32:28 -0400 |
commit | 19c7de1f524478ea351f4d2dcd76508455a75ba8 (patch) | |
tree | 4c743f17cf7a929c762d4441e721db82235a0caf /adaptors/features/pom.xml | |
parent | b7ec07f694f42f50fd2d32e1bed919e9ca27aa53 (diff) |
Moving ssh-adaptor from APPC to CCSDK
Issue-ID: CCSDK-3198
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Icb363093d49595fba8d60045cb7cab49ce4198bc
Diffstat (limited to 'adaptors/features/pom.xml')
-rwxr-xr-x | adaptors/features/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/adaptors/features/pom.xml b/adaptors/features/pom.xml index ceec46d08..74dd2c2d3 100755 --- a/adaptors/features/pom.xml +++ b/adaptors/features/pom.xml @@ -18,17 +18,22 @@ <modules> <module>ccsdk-aai-service</module> + <module>ccsdk-base-http</module> + <module>ccsdk-ansible-adaptor</module> <module>ccsdk-chef-adaptor</module> - <module>ccsdk-base-http</module> + <module>ccsdk-saltstack-adaptor</module> + <module>ccsdk-ssh-adaptor</module> + <module>ccsdk-mdsal-resource</module> <module>ccsdk-messagerouter-consumer</module> <module>ccsdk-messagerouter-publisher</module> <module>ccsdk-netbox-client</module> + <module>ccsdk-resource-assignment</module> - <module>ccsdk-saltstack-adaptor</module> <module>ccsdk-sql-resource</module> <module>ccsdk-sli-adaptors-all</module> + <module>features-sli-adaptors</module> <module>installer</module> </modules> |