Cannot Pull ANTLR 2.7.7 from Maven Central with Aether

13 views
Skip to first unread message

Michael B

unread,
May 10, 2019, 11:47:38 AM5/10/19
to antlr-discussion
I'm having an issue pulling in Antlrv2.7.7 from the Maven Central repo: http://central.maven.org/maven2 when using Eclipse Aether libraries.

In my project, a range is passed "[2.7.7,)" and I keep getting Antlrv20030911, when I do not have a range and specify "[2.7.7]", it tells me that the artifact is not found. I have tested with all of the other versions listed here: https://mvnrepository.com/artifact/antlr/antlr and do not have the same issue and pull in those versions as expected.

This is a problem because I am using Hibernate 5 libraries which depend on 2.7.7 but are pulling in 20030911 which does not have the same functionality.

I've been testing in the  command line with https://github.com/veelenga/groovy-maven:

groovy maven-latest-version.groovy -a "antlr:antlr:jar:[2.7.7]" -r central=http://central.maven.org/maven2/

and see the same issue.
Reply all
Reply to author
Forward
0 new messages