ARTEMIS-4903 use parent version of maven-plugin-tools

This override was originally added because Apache parent 31 was using
3.10.2 which was causing a failure during build. However, we're using
Apache parent 32 now which specifies 3.12.0 which works fine.
This commit is contained in:
Justin Bertram 2024-07-02 10:51:27 -05:00
parent d9ee734782
commit 647dd3ff00
1 changed files with 0 additions and 4 deletions

View File

@ -125,10 +125,6 @@
<woodstox.version>4.4.1</woodstox.version>
<pem-keystore.version>2.4.0</pem-keystore.version>
<!-- This overrides the Apache parent POM. Once a new Apache parent is released with the latest version then we
can get rid of this. -->
<version.maven-plugin-tools>3.11.0</version.maven-plugin-tools>
<!-- docs -->
<asciidoctor.maven.plugin.version>3.0.0</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>2.3.17</asciidoctorj.pdf.version>