File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 74
74
<groupId >junit</groupId >
75
75
<artifactId >junit</artifactId >
76
76
</exclusion >
77
+ <exclusion >
78
+ <groupId >org.javassist</groupId >
79
+ <artifactId >javassist</artifactId >
80
+ </exclusion >
77
81
</exclusions >
78
82
</dependency >
83
+ <dependency >
84
+ <groupId >org.javassist</groupId >
85
+ <artifactId >javassist</artifactId >
86
+ <version >${javassist.version} </version >
87
+ </dependency >
79
88
<dependency >
80
89
<groupId >org.mockito</groupId >
81
90
<artifactId >mockito-junit-jupiter</artifactId >
138
147
<powermock .version>2.0.9</powermock .version>
139
148
<spring .version>5.0.1.RELEASE</spring .version>
140
149
<mockito .version>3.3.0</mockito .version> <!-- Cannot upgrade to the latest version as powermock doesn't support that-->
150
+ <javassist .version>3.30.2-GA</javassist .version> <!-- Cannot upgrade to the latest version as powermock doesn't support that-->
141
151
</properties >
142
152
143
153
</project >
You can’t perform that action at this time.
0 commit comments