|
181 | 181 | <doxiaVersion>1.12.0</doxiaVersion>
|
182 | 182 | <doxiaSiteToolsVersion>1.11.1</doxiaSiteToolsVersion>
|
183 | 183 |
|
184 |
| - <mavenCoreVersion>3.9.5</mavenCoreVersion> |
185 | 184 | <mavenSharedUtilsVersion>3.4.2</mavenSharedUtilsVersion>
|
186 | 185 | <mavenTransferVersion>0.13.1</mavenTransferVersion>
|
187 | 186 | <mavenCommonArtifactFilters>3.3.2</mavenCommonArtifactFilters>
|
|
280 | 279 | <groupId>com.github.spotbugs</groupId>
|
281 | 280 | <artifactId>spotbugs</artifactId>
|
282 | 281 | <version>${spotbugsVersion}</version>
|
| 282 | + <exclusions> |
| 283 | + <exclusion> |
| 284 | + <groupId>org.apache.logging.log4j</groupId> |
| 285 | + <artifactId>log4j-core</artifactId> |
| 286 | + </exclusion> |
| 287 | + </exclusions> |
283 | 288 | </dependency>
|
284 | 289 |
|
285 | 290 | <!-- Logging -->
|
| 291 | + <dependency> |
| 292 | + <groupId>org.apache.logging.log4j</groupId> |
| 293 | + <artifactId>log4j-to-slf4j</artifactId> |
| 294 | + <version>2.22.0</version> |
| 295 | + </dependency> |
286 | 296 | <dependency>
|
287 | 297 | <groupId>org.slf4j</groupId>
|
288 | 298 | <artifactId>jcl-over-slf4j</artifactId>
|
|
299 | 309 | <version>${slf4jVersion}</version>
|
300 | 310 | </dependency>
|
301 | 311 |
|
302 |
| - <!-- Logging (temp fix due to bug in spotbugs) --> |
303 |
| - <dependency> |
304 |
| - <groupId>org.apache.logging.log4j</groupId> |
305 |
| - <artifactId>log4j-slf4j2-impl</artifactId> |
306 |
| - <version>2.22.0</version> |
307 |
| - </dependency> |
308 |
| - |
309 | 312 | <!-- asm -->
|
310 | 313 | <dependency>
|
311 | 314 | <groupId>org.ow2.asm</groupId>
|
|
475 | 478 | <dependency>
|
476 | 479 | <groupId>org.apache.maven</groupId>
|
477 | 480 | <artifactId>maven-core</artifactId>
|
478 |
| - <version>${mavenCoreVersion}</version> |
| 481 | + <version>${mavenVersion}</version> |
479 | 482 | <scope>provided</scope>
|
480 | 483 | </dependency>
|
481 | 484 | <dependency>
|
482 | 485 | <groupId>org.apache.maven</groupId>
|
483 | 486 | <artifactId>maven-model</artifactId>
|
484 |
| - <version>${mavenCoreVersion}</version> |
| 487 | + <version>${mavenVersion}</version> |
485 | 488 | <scope>provided</scope>
|
486 | 489 | </dependency>
|
487 | 490 | <dependency>
|
|
0 commit comments