forked from phoedos/pmd
[java] Allow to build PMD with Java 23
This commit is contained in:
parent
2a04d9858a
commit
f13e886757
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user