bkiers / Liqp

An ANTLR based 'Liquid Template' parser and rendering engine.
MIT License
164 stars 93 forks source link

Shaded jar should exclude non-ANTLR dependencies #272

Closed scott-seguno closed 1 year ago

scott-seguno commented 1 year ago

The shaded JAR being built currently includes all of the dependencies. The fix is to allow only ANTLR and let the other dependencies be brought in transitively through the POM. I have created a PR for this: https://github.com/bkiers/Liqp/pull/271

msangel commented 1 year ago

Verified, merged, and version enrolled. Thanks! Screenshot_2023-05-21_02-28-54

scott-seguno commented 1 year ago

Thanks very much!