ant: add to pmd-dist

This commit is contained in:
Clément Fournier 2022-08-09 20:57:41 +02:00
parent dcc3dd5654
commit ef201d110b
No known key found for this signature in database
GPG Key ID: 4D8D42402E4F47E2
2 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,8 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<!-- Users should provide this. -->
<scope>provided</scope>
</dependency>

View File

@ -134,6 +134,11 @@
<artifactId>pmd-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-ant</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-cpp</artifactId>