From fc4c6c090b658fb6f60fc4df4d63847bfc05a7e0 Mon Sep 17 00:00:00 2001 From: Scott Vaughn Date: Wed, 17 May 2023 13:09:14 -0400 Subject: [PATCH] exclude-non-antlr-from-shaded-jar --- pom.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 30f2f2e7..0c6550ed 100644 --- a/pom.xml +++ b/pom.xml @@ -218,7 +218,7 @@ - + org.apache.maven.plugins maven-shade-plugin @@ -230,6 +230,21 @@ shade + true + true + + + org.antlr + + + + + org.antlr + + META-INF/MANIFEST.MF + + + org.antlr