|
180 | 180 | <groovyVersion>4.0.26</groovyVersion>
|
181 | 181 | <javaparserVersion>3.26.3</javaparserVersion>
|
182 | 182 |
|
183 |
| - <doxiaVersion>1.12.0</doxiaVersion> |
184 |
| - <doxiaSiteToolsVersion>1.11.1</doxiaSiteToolsVersion> |
| 183 | + <doxiaVersion>2.0.0</doxiaVersion> |
| 184 | + <doxiaSiteToolsVersion>2.0.0</doxiaSiteToolsVersion> |
185 | 185 |
|
186 | 186 | <mavenSharedUtilsVersion>3.4.2</mavenSharedUtilsVersion>
|
187 |
| - <mavenReportingApiVersion>3.1.1</mavenReportingApiVersion> |
188 |
| - <mavenReportingVersion>3.2.0</mavenReportingVersion> |
| 187 | + <mavenReportingApiVersion>4.0.0</mavenReportingApiVersion> |
| 188 | + <mavenReportingVersion>4.0.0</mavenReportingVersion> |
189 | 189 | <mavenVersion>3.9.9</mavenVersion>
|
190 | 190 |
|
191 | 191 | <resolver.version>1.9.22</resolver.version>
|
|
199 | 199 | <!-- TODO: Run latest dependency check as prior is throwing errors. Remove after next parent update. -->
|
200 | 200 | <dependency-check.plugin>12.1.0</dependency-check.plugin>
|
201 | 201 |
|
202 |
| - <!-- TODO: For running plugin, continue to use site plugin 3.12.1 --> |
203 |
| - <site.doxia1.plugin note="3.21.0+ requires doxia 2">3.12.1</site.doxia1.plugin> |
204 |
| - |
205 | 202 | <pluginPluginVersion>3.15.1</pluginPluginVersion>
|
206 |
| - |
207 | 203 | <l10nPluginVersion>1.1.0</l10nPluginVersion>
|
208 | 204 | <codenarcPluginVersion>0.22-1</codenarcPluginVersion>
|
209 | 205 | <gmavenPluginVersion>4.1.1</gmavenPluginVersion>
|
|
233 | 229 | <asm.version>9.7.1</asm.version>
|
234 | 230 | <bcel.version>6.10.0</bcel.version>
|
235 | 231 | <beanutils.version>1.10.1</beanutils.version>
|
236 |
| - <chain.version>1.2</chain.version> |
237 | 232 | <codec.version>1.18.0</codec.version>
|
238 | 233 | <codenarc.version>3.6.0-groovy-4.0</codenarc.version>
|
239 | 234 | <collections.version>3.2.2</collections.version>
|
240 |
| - <digester.version>2.1</digester.version> |
241 | 235 | <gson.version>2.12.1</gson.version>
|
242 | 236 | <inject.version>1</inject.version>
|
243 | 237 | <io.version>2.18.0</io.version>
|
244 | 238 | <jaxen.version>2.0.0</jaxen.version>
|
245 |
| - <lang2.version>2.6</lang2.version> |
246 | 239 | <lang3.version>3.17.0</lang3.version>
|
247 | 240 | <logging.version>1.3.5</logging.version>
|
248 | 241 | <saxon.he.version>12.5</saxon.he.version>
|
|
321 | 314 | <artifactId>commons-beanutils</artifactId>
|
322 | 315 | <version>${beanutils.version}</version>
|
323 | 316 | </dependency>
|
324 |
| - <dependency> |
325 |
| - <groupId>commons-chain</groupId> |
326 |
| - <artifactId>commons-chain</artifactId> |
327 |
| - <version>${chain.version}</version> |
328 |
| - </dependency> |
329 | 317 | <dependency>
|
330 | 318 | <groupId>commons-codec</groupId>
|
331 | 319 | <artifactId>commons-codec</artifactId>
|
|
336 | 324 | <artifactId>commons-collections</artifactId>
|
337 | 325 | <version>${collections.version}</version>
|
338 | 326 | </dependency>
|
339 |
| - <dependency> |
340 |
| - <groupId>commons-digester</groupId> |
341 |
| - <artifactId>commons-digester</artifactId> |
342 |
| - <version>${digester.version}</version> |
343 |
| - </dependency> |
344 |
| - <dependency> |
345 |
| - <groupId>commons-lang</groupId> |
346 |
| - <artifactId>commons-lang</artifactId> |
347 |
| - <version>${lang2.version}</version> |
348 |
| - </dependency> |
349 | 327 | <dependency>
|
350 | 328 | <groupId>org.apache.commons</groupId>
|
351 | 329 | <artifactId>commons-lang3</artifactId>
|
|
488 | 466 | <groupId>org.apache.maven.reporting</groupId>
|
489 | 467 | <artifactId>maven-reporting-impl</artifactId>
|
490 | 468 | <version>${mavenReportingVersion}</version>
|
491 |
| - <exclusions> |
492 |
| - <exclusion> |
493 |
| - <groupId>org.codehaus.plexus</groupId> |
494 |
| - <artifactId>plexus-container-default</artifactId> |
495 |
| - </exclusion> |
496 |
| - </exclusions> |
497 | 469 | </dependency>
|
498 | 470 |
|
499 | 471 | <dependency>
|
|
549 | 521 | <groupId>org.apache.maven.doxia</groupId>
|
550 | 522 | <artifactId>doxia-core</artifactId>
|
551 | 523 | <version>${doxiaVersion}</version>
|
552 |
| - <exclusions> |
553 |
| - <!-- We don't need the plexus container default --> |
554 |
| - <exclusion> |
555 |
| - <groupId>org.codehaus.plexus</groupId> |
556 |
| - <artifactId>plexus-container-default</artifactId> |
557 |
| - </exclusion> |
558 |
| - </exclusions> |
559 | 524 | </dependency>
|
560 | 525 | <dependency>
|
561 | 526 | <groupId>org.apache.maven.doxia</groupId>
|
|
567 | 532 | <artifactId>doxia-site-renderer</artifactId>
|
568 | 533 | <version>${doxiaSiteToolsVersion}</version>
|
569 | 534 | <exclusions>
|
570 |
| - <!-- Using org.dom4j instead --> |
571 |
| - <exclusion> |
572 |
| - <groupId>dom4j</groupId> |
573 |
| - <artifactId>dom4j</artifactId> |
574 |
| - </exclusion> |
575 |
| - <!-- We don't need the plexus container default --> |
576 |
| - <exclusion> |
577 |
| - <groupId>org.codehaus.plexus</groupId> |
578 |
| - <artifactId>plexus-container-default</artifactId> |
579 |
| - </exclusion> |
580 | 535 | <!-- We don't need doxia html (using html5) -->
|
581 | 536 | <exclusion>
|
582 | 537 | <groupId>org.apache.maven.doxia</groupId>
|
|
588 | 543 | <groupId>org.apache.maven.doxia</groupId>
|
589 | 544 | <artifactId>doxia-integration-tools</artifactId>
|
590 | 545 | <version>${doxiaSiteToolsVersion}</version>
|
591 |
| - <exclusions> |
592 |
| - <!-- We don't need the plexus container default --> |
593 |
| - <exclusion> |
594 |
| - <groupId>org.codehaus.plexus</groupId> |
595 |
| - <artifactId>plexus-container-default</artifactId> |
596 |
| - </exclusion> |
597 |
| - </exclusions> |
598 | 546 | </dependency>
|
599 | 547 |
|
600 | 548 | <!-- plexus -->
|
|
0 commit comments