We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7338af commit 12db518Copy full SHA for 12db518
1 file changed
net.sourceforge.pmd.eclipse.plugin/pom.xml
@@ -20,16 +20,9 @@
20
<dependencies>
21
<dependency>
22
<groupId>net.sourceforge.pmd</groupId>
23
- <artifactId>pmd-dist</artifactId> <!-- pmd-dist depends on all modules of pmd, so we'll get everything -->
+ <artifactId>pmd-languages-deps</artifactId> <!-- pmd-languages-deps depends on all languages modules of pmd, so we'll get everything -->
24
<version>${pmd.version}</version>
25
<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>
33
</dependency>
34
35
<groupId>javax.xml.bind</groupId>
0 commit comments