Skip to content

Commit 2ff7342

Browse files
davyboyhayesDavid Hayes
andauthored
Fix[2283] - Fix broken ParserKeywordsUtilsTest (#2286)
Javacc java generator was only being included as a pom artefact in test, but the jar is required for the ParserKeywordsUtilsTest to succeed. Co-authored-by: David Hayes <[email protected]>
1 parent f10e5bd commit 2ff7342

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<groupId>org.javacc.generator</groupId>
7171
<artifactId>java</artifactId>
7272
<version>8.1.0-SNAPSHOT</version>
73-
<type>pom</type>
7473
<scope>test</scope>
7574
</dependency>
7675
<dependency>

0 commit comments

Comments
 (0)