diff options
Diffstat (limited to 'features/ccsdk-ansible-adapter')
-rw-r--r-- | features/ccsdk-ansible-adapter/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features/ccsdk-ansible-adapter/pom.xml b/features/ccsdk-ansible-adapter/pom.xml index 32ec5058f..da497f56f 100644 --- a/features/ccsdk-ansible-adapter/pom.xml +++ b/features/ccsdk-ansible-adapter/pom.xml @@ -36,6 +36,12 @@ <groupId>${project.groupId}</groupId> <artifactId>ansible-adapter-bundle</artifactId> <version>${project.version}</version> + <exclusions> + <exclusion> + <artifactId>powermock-api-mockito</artifactId> + <groupId>org.powermock</groupId> + </exclusion> + </exclusions> </dependency> |