File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 155155 <exclusions >
156156 <exclusion >
157157 <groupId >javax.servlet</groupId >
158- <artifactId >javax.servlet-api</artifactId >
158+ <artifactId >javax.servlet-api</artifactId >
159159 </exclusion >
160160 </exclusions >
161161 </dependency >
272272 <!-- 1.4.01 is NEWER THAN 2.0.2
273273 Check the release dates in maven central
274274 https://mvnrepository.com/artifact/xml-apis/xml-apis
275-
275+
276276 DO NOT UPDATE THIS DEPENDENCY
277277 -->
278278 <version >1.4.01</version >
334334 <artifactId >powermock-api-mockito2</artifactId >
335335 <version >${version.powermock} </version >
336336 <scope >test</scope >
337- <exclusions >
337+ <exclusions >
338338 <exclusion >
339339 <groupId >org.mockito</groupId >
340340 <artifactId >mockito-core</artifactId >
341341 </exclusion >
342342 </exclusions >
343343 </dependency >
344- <!-- The following imported solely so we can exclude its dependency on: org.objenesis:objenesis, which conflicts with
344+ <!-- The following imported solely so we can exclude its dependency on: org.objenesis:objenesis, which conflicts with
345345 another import by a dependency of powermock-api-mockito2. -->
346346 <dependency >
347347 <groupId >org.mockito</groupId >
539539 <artifactId >animal-sniffer-enforcer-rule</artifactId >
540540 <version >1.20</version >
541541 </dependency >
542-
542+
543543 </dependencies >
544544 <executions >
545545 <execution >
575575 <ignoreOptionals >true</ignoreOptionals >
576576 <ignoredScopes /><!-- 'test' scopes not ignored so we can actually test on Java 8. -->
577577 <message >Dependencies shouldn't require Java 9+</message >
578- </enforceBytecodeVersion >
578+ </enforceBytecodeVersion >
579579 </rules >
580580 <fail >true</fail >
581581 </configuration >
You can’t perform that action at this time.
0 commit comments