File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments