We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d2450 commit 919e380Copy full SHA for 919e380
net.sourceforge.pmd.eclipse.plugin/pom.xml
@@ -19,6 +19,16 @@
19
<artifactId>pmd-dist</artifactId> <!-- pmd-dist depends on all modules of pmd, so we'll get everything -->
20
<version>${pmd.version}</version>
21
<type>pom</type>
22
+ <exclusions>
23
+ <exclusion>
24
+ <groupId>apex</groupId>
25
+ <artifactId>apex-jorje-ide</artifactId>
26
+ </exclusion>
27
28
29
+ <artifactId>apex-jorje-semantic</artifactId>
30
31
+ </exclusions>
32
</dependency>
33
<dependency>
34
<groupId>log4j</groupId>
0 commit comments