File tree Expand file tree Collapse file tree 1 file changed +2
-36
lines changed
Expand file tree Collapse file tree 1 file changed +2
-36
lines changed Original file line number Diff line number Diff line change 105105 <artifactId >guava</artifactId >
106106 </dependency >
107107
108- <dependency >
109- <groupId >org.springframework</groupId >
110- <artifactId >spring-core</artifactId >
111- <version >5.2.25.RELEASE</version >
112- <scope >test</scope >
113- </dependency >
114-
115- <dependency >
116- <groupId >org.springframework</groupId >
117- <artifactId >spring-beans</artifactId >
118- <version >5.2.25.RELEASE</version >
119- <scope >test</scope >
120- </dependency >
121-
122108 <dependency >
123109 <groupId >commons-lang</groupId >
124110 <artifactId >commons-lang</artifactId >
148134 <scope >test</scope >
149135 </dependency >
150136
151- <dependency >
152- <groupId >org.junit.jupiter</groupId >
153- <artifactId >junit-jupiter</artifactId >
154- <version >5.9.2</version >
155- <scope >test</scope >
156- </dependency >
157-
158137 <dependency >
159138 <groupId >org.powermock</groupId >
160139 <artifactId >powermock-api-mockito2</artifactId >
161140 <version >2.0.9</version >
162141 <scope >test</scope >
163142 <exclusions >
164143 <exclusion >
165- <groupId >org.powermock</ groupId >
166- <artifactId >powermock-reflect</ artifactId >
144+ <artifactId >objenesis</ artifactId >
145+ <groupId >org.objenesis</ groupId >
167146 </exclusion >
168147 </exclusions >
169148 </dependency >
173152 <artifactId >powermock-module-junit4</artifactId >
174153 <version >2.0.9</version >
175154 <scope >test</scope >
176- <exclusions >
177- <exclusion >
178- <groupId >org.powermock</groupId >
179- <artifactId >powermock-reflect</artifactId >
180- </exclusion >
181- </exclusions >
182- </dependency >
183-
184- <dependency >
185- <groupId >ch.qos.logback</groupId >
186- <artifactId >logback-classic</artifactId >
187- <version >1.2.12</version >
188- <scope >test</scope >
189155 </dependency >
190156
191157 <dependency >
You can’t perform that action at this time.
0 commit comments