summaryrefslogtreecommitdiffstats
path: root/aai-utils
diff options
context:
space:
mode:
Diffstat (limited to 'aai-utils')
-rw-r--r--aai-utils/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml
index 677c8061..a2ca8ca8 100644
--- a/aai-utils/pom.xml
+++ b/aai-utils/pom.xml
@@ -43,6 +43,16 @@
<groupId>com.att.eelf</groupId>
<artifactId>eelf-core</artifactId>
<version>1.0.1-oss</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>