Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lighten ANTLR dependencies #343

Merged
merged 1 commit into from
Jul 11, 2017

Conversation

mpaluchowski
Copy link
Contributor

Matching similar changes in cfparser/cfparser#79.

antlr4-runtime and antlr-runtime actually come with cfparser, but some of the classes here also depend on these, so let's keep them in the POM.

Otherwise, the full antlr4 package isn't needed and we can slash 10MB of dependencies from the final package this way, by keeping just the runtime dependencies.

`antlr4-runtime` and `antlr-runtime` actually come with `cfparser`, but
some of the classes here also depend on these, so let's keep them in the
POM.

Otherwise, the full `antlr4` package isn't needed and we can slash 10MB
of dependencies from the final package this way, by keeping just the
runtime dependencies.
@ryaneberly ryaneberly merged commit a901ee2 into cflint:dev Jul 11, 2017
@ryaneberly
Copy link
Contributor

Good work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants