Skip to content

Commit bba7a63

Browse files
committed
Make powermock an exclusion
1 parent b66adb0 commit bba7a63

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

api-tests/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@
5757
<artifactId>javassist</artifactId>
5858
<groupId>javassist</groupId>
5959
</exclusion>
60+
<exclusion>
61+
<groupId>org.powermock</groupId>
62+
<artifactId>powermock-api-mockito</artifactId>
63+
</exclusion>
64+
<exclusion>
65+
<groupId>org.powermock</groupId>
66+
<artifactId>powermock-api-mockito2</artifactId>
67+
</exclusion>
6068
</exclusions>
6169
</dependency>
6270
<dependency>
@@ -69,6 +77,14 @@
6977
<artifactId>javassist</artifactId>
7078
<groupId>javassist</groupId>
7179
</exclusion>
80+
<exclusion>
81+
<groupId>org.powermock</groupId>
82+
<artifactId>powermock-api-mockito</artifactId>
83+
</exclusion>
84+
<exclusion>
85+
<groupId>org.powermock</groupId>
86+
<artifactId>powermock-api-mockito2</artifactId>
87+
</exclusion>
7288
</exclusions>
7389
</dependency>
7490
<dependency>

0 commit comments

Comments
 (0)