Tibor Zimányi created DROOLS-3716:
-------------------------------------
Summary: drools-constraint-parser module cannot be built with JDK 11
Key: DROOLS-3716
URL:
https://issues.jboss.org/browse/DROOLS-3716
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.18.0.Final
Reporter: Tibor Zimányi
Assignee: Tibor Zimányi
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>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)