Update to use renamed pmd-designer

See pmd/pmd-designer#80
This commit is contained in:
Andreas Dangel
2024-02-15 09:01:55 +01:00
parent f9d9ac63a4
commit 621cd0e013
6 changed files with 9 additions and 7 deletions

View File

@@ -32,7 +32,7 @@
<!-- Needed for Designer command -->
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-ui</artifactId>
<artifactId>pmd-designer</artifactId>
<version>${pmd-designer.version}</version>
</dependency>