File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
net.sourceforge.pmd.eclipse.plugin Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments