diff options
Diffstat (limited to 'adaptors/features/installer')
-rwxr-xr-x | adaptors/features/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adaptors/features/installer/pom.xml b/adaptors/features/installer/pom.xml index 37e0efb83..9fbb7e817 100755 --- a/adaptors/features/installer/pom.xml +++ b/adaptors/features/installer/pom.xml @@ -39,7 +39,7 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <artifactId>ccsdk-ansible-adapter</artifactId> + <artifactId>ccsdk-ansible-adaptor</artifactId> <version>${project.version}</version> <type>xml</type> <classifier>features</classifier> @@ -130,7 +130,7 @@ </dependency> <dependency> <groupId>org.onap.ccsdk.sli.adaptors</groupId> - <artifactId>ccsdk-saltstack-adapter</artifactId> + <artifactId>ccsdk-saltstack-adaptor</artifactId> <version>${project.version}</version> <type>xml</type> <classifier>features</classifier> |