aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Closset <cc697w@intl.att.com>2017-02-10 15:05:36 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-10 15:05:36 +0000
commit5f564c2798e78f0651b2dce4c7898948d756c8e1 (patch)
treee5e9ad5dbcc63b0a35c74042a802d1f4fde5bd23
parent6af820a8e9054ccb7221314c91cb71d559a433d2 (diff)
parent1d4f2ea10bf49480d8a59edf06e04825fb947f43 (diff)
Merge "Removal of powermock injection in WAR"
-rw-r--r--common/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 30c8689f7f..f9ea6df44b 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -17,6 +17,16 @@
<groupId>com.att.eelf</groupId>
<artifactId>eelf-core</artifactId>
<version>0.0.1</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>ch.qos.logback</groupId>