aboutsummaryrefslogtreecommitdiffstats
path: root/features/ccsdk-ansible-adapter/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'features/ccsdk-ansible-adapter/pom.xml')
-rw-r--r--features/ccsdk-ansible-adapter/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/ccsdk-ansible-adapter/pom.xml b/features/ccsdk-ansible-adapter/pom.xml
index 32ec5058..da497f56 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>