-
Bug
-
Resolution: Done
-
Major
-
7.18.0.Final
-
None
-
2019 Week 08-10
-
1
-
NEW
-
NEW
When building drools-constraint-parser with JDK 11, it fails on compilation errors, not having annotation classes on classpath.
This should be added to the dependencies list of the module:
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>