Skip to content

Commit 12db518

Browse files
committed
Use pmd-languages-deps
1 parent b7338af commit 12db518

File tree

1 file changed

+1
-8
lines changed
  • net.sourceforge.pmd.eclipse.plugin

1 file changed

+1
-8
lines changed

net.sourceforge.pmd.eclipse.plugin/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,9 @@
2020
<dependencies>
2121
<dependency>
2222
<groupId>net.sourceforge.pmd</groupId>
23-
<artifactId>pmd-dist</artifactId> <!-- pmd-dist depends on all modules of pmd, so we'll get everything -->
23+
<artifactId>pmd-languages-deps</artifactId> <!-- pmd-languages-deps depends on all languages modules of pmd, so we'll get everything -->
2424
<version>${pmd.version}</version>
2525
<type>pom</type>
26-
<exclusions>
27-
<!-- exclude pmd-ui, since that is a SNAPSHOT dependency which is not allowed in releases -->
28-
<exclusion>
29-
<groupId>net.sourceforge.pmd</groupId>
30-
<artifactId>pmd-ui</artifactId>
31-
</exclusion>
32-
</exclusions>
3326
</dependency>
3427
<dependency>
3528
<groupId>javax.xml.bind</groupId>

0 commit comments

Comments
 (0)