summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <tianl@amdocs.com>2018-02-26 12:13:31 +0000
committerLee, Tian (tl5884) <tianl@amdocs.com>2018-02-26 12:13:31 +0000
commit0eb7bd9264c4fb537ada19f02fd8047447b1a9d2 (patch)
tree28ed75bda87d9ee414176a411a36cccb2dd4bc63
parentb4c00b3e8a634e65bd586af5c59a81659b7a51d1 (diff)
Fix GPL-2.0 license issues
Remove powermock-module-javaagent from dependency tree due to GPL-2.0 license Change-Id: I505a4463637385aa0e3f509b34e4ae3df2545386 Issue-ID: AAI-809 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index fd5502c..955ce58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,15 +103,15 @@
</dependency>
<dependency>
<groupId>org.powermock</groupId>
- <artifactId>powermock-module-javaagent</artifactId>
- <version>1.6.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-rule-agent</artifactId>
<version>1.6.2</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>powermock-module-javaagent</artifactId>
+ <groupId>org.powermock</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- xjc dependencies -->
<dependency>