From cd3fb5da100caa79429d65101b9504009f43f3c9 Mon Sep 17 00:00:00 2001 From: David Hayes Date: Fri, 1 Aug 2025 10:09:11 +0100 Subject: [PATCH] Fix[2283] - Fix broken ParserKeywordsUtilsTest Javacc java generator was only being included as a pom artefact in test, but the jar is required for the ParserKeywordsUtilsTest to succeed. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 877cf0c32..ed03f5feb 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,6 @@ org.javacc.generator java 8.1.0-SNAPSHOT - pom test