|
153 | 153 | <version>2.3.3</version> |
154 | 154 | <scope>provided</scope> |
155 | 155 | <exclusions> |
156 | | - <exclusion> |
157 | | - <groupId>javax.servlet</groupId> |
158 | | - <artifactId>javax.servlet-api</artifactId> |
159 | | - </exclusion> |
| 156 | + <exclusion> |
| 157 | + <groupId>javax.servlet</groupId> |
| 158 | + <artifactId>javax.servlet-api</artifactId> |
| 159 | + </exclusion> |
160 | 160 | </exclusions> |
161 | 161 | </dependency> |
162 | 162 | <dependency> |
|
270 | 270 | <groupId>xml-apis</groupId> |
271 | 271 | <artifactId>xml-apis</artifactId> |
272 | 272 | <!-- 1.4.01 is NEWER THAN 2.0.2 |
273 | | - Check the release dates in maven central |
274 | | - https://mvnrepository.com/artifact/xml-apis/xml-apis |
275 | | - |
276 | | - DO NOT UPDATE THIS DEPENDENCY |
277 | | - --> |
| 273 | + Check the release dates in maven central |
| 274 | + https://mvnrepository.com/artifact/xml-apis/xml-apis |
| 275 | + |
| 276 | + DO NOT UPDATE THIS DEPENDENCY |
| 277 | + --> |
278 | 278 | <version>1.4.01</version> |
279 | 279 | </dependency> |
280 | 280 |
|
|
310 | 310 | <version>4.13.2</version> |
311 | 311 | <scope>test</scope> |
312 | 312 | <exclusions> |
313 | | - <exclusion> |
314 | | - <groupId>org.hamcrest</groupId> |
315 | | - <artifactId>hamcrest-core</artifactId> |
316 | | - </exclusion> |
| 313 | + <exclusion> |
| 314 | + <groupId>org.hamcrest</groupId> |
| 315 | + <artifactId>hamcrest-core</artifactId> |
| 316 | + </exclusion> |
317 | 317 | </exclusions> |
318 | 318 | </dependency> |
319 | 319 | <dependency> |
|
336 | 336 | <scope>test</scope> |
337 | 337 | <exclusions> |
338 | 338 | <exclusion> |
339 | | - <groupId>org.mockito</groupId> |
340 | | - <artifactId>mockito-core</artifactId> |
| 339 | + <groupId>org.mockito</groupId> |
| 340 | + <artifactId>mockito-core</artifactId> |
341 | 341 | </exclusion> |
342 | 342 | </exclusions> |
343 | 343 | </dependency> |
|
379 | 379 | <artifactId>junit</artifactId> |
380 | 380 | </exclusion> |
381 | 381 | <exclusion> |
382 | | - <groupId>org.hamcrest</groupId> |
383 | | - <artifactId>hamcrest-core</artifactId> |
| 382 | + <groupId>org.hamcrest</groupId> |
| 383 | + <artifactId>hamcrest-core</artifactId> |
384 | 384 | </exclusion> |
385 | 385 | </exclusions> |
386 | 386 | </dependency> |
|
432 | 432 | </plugin> |
433 | 433 | <plugin> |
434 | 434 | <groupId>org.codehaus.mojo</groupId> |
435 | | - <artifactId>versions-maven-plugin</artifactId> |
| 435 | + <artifactId>versions-maven-plugin</artifactId> |
436 | 436 | <version>2.8.1</version> |
437 | 437 | <configuration> |
438 | 438 | <rulesUri>file:\\\\${project.basedir}/versionRuleset.xml</rulesUri> |
|
550 | 550 | <configuration> |
551 | 551 | <rules> |
552 | 552 | <requireMavenVersion> |
553 | | - <version>[3.3.9,)</version> |
| 553 | + <version>[3.3.9,)</version> |
554 | 554 | <message>Building ESAPI 2.x now requires Maven 3.3.9 or later.</message> |
555 | 555 | </requireMavenVersion> |
556 | 556 | </rules> |
|
0 commit comments