summaryrefslogtreecommitdiffstats
path: root/engine-d/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'engine-d/pom.xml')
-rw-r--r--engine-d/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml
index 4cbe04c..2b334e6 100644
--- a/engine-d/pom.xml
+++ b/engine-d/pom.xml
@@ -75,6 +75,17 @@
<groupId>org.drools</groupId>
<artifactId>drools-compiler</artifactId>
<version>${drools.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jdt.core.compiler</groupId>
+ <artifactId>ecj</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jdt.core.compiler</groupId>
+ <artifactId>ecj</artifactId>
+ <version>4.5.1</version>
</dependency>
<dependency>
<groupId>org.drools</groupId>