diff options
Diffstat (limited to 'adaptors/features/ccsdk-ansible-adapter/pom.xml')
-rw-r--r-- | adaptors/features/ccsdk-ansible-adapter/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/adaptors/features/ccsdk-ansible-adapter/pom.xml b/adaptors/features/ccsdk-ansible-adapter/pom.xml index 8ee2bf432..4bc368f9e 100644 --- a/adaptors/features/ccsdk-ansible-adapter/pom.xml +++ b/adaptors/features/ccsdk-ansible-adapter/pom.xml @@ -14,7 +14,7 @@ <version>1.2.1-SNAPSHOT</version> <packaging>feature</packaging> - <name>ccsdk-sli-adaptors :: ansible-adapter:: ${project.artifactId}</name> + <name>ccsdk-sli-adaptors :: features :: ${project.artifactId}</name> <dependencies> @@ -33,12 +33,11 @@ <version>${project.version}</version> <exclusions> <exclusion> - <artifactId>powermock-api-mockito</artifactId> <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> </exclusion> </exclusions> </dependency> - </dependencies> </project> |