[java] Allow to build PMD with Java 23

This commit is contained in:
Andreas Dangel 2024-07-26 20:04:41 +02:00
parent 2a04d9858a
commit f13e886757
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -585,6 +585,12 @@
<artifactId>pmd-build-tools-config</artifactId>
<version>${pmd.build-tools.version}</version>
</dependency>
<!-- Allow to build PMD with Java 23 -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
</dependency>
</dependencies>
</plugin>
<plugin>