[
https://issues.jboss.org/browse/DROOLS-157?page=com.atlassian.jira.plugin...
]
Geoffrey De Smet commented on DROOLS-157:
-----------------------------------------
Still an issue:
{code}
[INFO] --- maven-dependency-plugin:2.5:tree (default-cli) @ drools-compiler ---
[INFO] org.drools:drools-compiler:bundle:6.0.0-SNAPSHOT
...
[INFO] +- org.antlr:antlr-runtime:jar:3.3:compile
[INFO] +- org.antlr:antlr:jar:3.3:compile
[INFO] +- org.antlr:stringtemplate:jar:3.2.1:compile
[INFO] +- antlr:antlr:jar:2.7.7:compile
[INFO] +- org.antlr:gunit:jar:3.3:test
{code}
drools-compiler depends on antlr 2.7.7. Upgrade to antlr 3.4 or
higher
----------------------------------------------------------------------
Key: DROOLS-157
URL:
https://issues.jboss.org/browse/DROOLS-157
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Marcel May
Assignee: Geoffrey De Smet
Priority: Trivial
Labels: maven
drools-compiler uses antlr 3.3 but has an additional dependency on old antlr:antlr 2.7.7
version.
The v2 dependency is obsolete since antlr 3.1 (see
http://www.antlr.org/jira/browse/ANTLR-180).
Please remove the antlr:antlr dependency, for the next 5.2.x / 5.3.x release - thanks!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira